» Linux Archive
Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.
» Sponsor
» Sponsor
04-11-2012, 06:52 AM
Don't use --allbut for xfsprogs cleanup (#804779)
---
share/runtime-cleanup.tmpl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
index 9e083dc..865fd73 100644
--- a/share/runtime-cleanup.tmpl
+++ b/share/runtime-cleanup.tmpl
@@ -344,7 +344,8 @@ removefrom util-linux --allbut
/usr/bin/logger
removefrom volume_key-libs /usr/share/locale/*
removefrom wget /etc/* /usr/share/locale/*
-removefrom xfsprogs --allbut /usr/sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db}
+removefrom xfsprogs /usr/sbin/xfs_{bmap,estimate,freeze,fsr,growfs,info,io,logpr int,mdrestore,metadump,mkfile,ncheck,quota,rtcp}
+removefrom xfsprogs /usr/share/locale/*
removefrom xkeyboard-config /usr/share/locale/*
removefrom xorg-x11-drv-intel /usr/${libdir}/libI*
removefrom xorg-x11-drv-openchrome /usr/${libdir}/libchrome*
--
1.7.5.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-11-2012, 02:56 PM
Don't use --allbut for xfsprogs cleanup (#804779)
> diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
> index 9e083dc..865fd73 100644
> --- a/share/runtime-cleanup.tmpl
> +++ b/share/runtime-cleanup.tmpl
> @@ -344,7 +344,8 @@ removefrom util-linux --allbut
> /usr/bin/logger
> removefrom volume_key-libs /usr/share/locale/*
> removefrom wget /etc/* /usr/share/locale/*
> -removefrom xfsprogs --allbut /usr/sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db}
> +removefrom xfsprogs /usr/sbin/xfs_{bmap,estimate,freeze,fsr,growfs,info,io,logpr int,mdrestore,metadump,mkfile,ncheck,quota,rtcp}
> +removefrom xfsprogs /usr/share/locale/*
> removefrom xkeyboard-config /usr/share/locale/*
> removefrom xorg-x11-drv-intel /usr/${libdir}/libI*
> removefrom xorg-x11-drv-openchrome /usr/${libdir}/libchrome*
Looks fine.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-11-2012, 05:33 PM
Don't use --allbut for xfsprogs cleanup (#804779)
On 4/11/12 1:52 AM, Martin Gracik wrote:
> ---
> share/runtime-cleanup.tmpl | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl
> index 9e083dc..865fd73 100644
> --- a/share/runtime-cleanup.tmpl
> +++ b/share/runtime-cleanup.tmpl
> @@ -344,7 +344,8 @@ removefrom util-linux --allbut
> /usr/bin/logger
> removefrom volume_key-libs /usr/share/locale/*
> removefrom wget /etc/* /usr/share/locale/*
> -removefrom xfsprogs --allbut /usr/sbin/{fsck.xfs,mkfs.xfs,xfs_repair} /usr/sbin/xfs_{admin,check,copy,db}
> +removefrom xfsprogs /usr/sbin/xfs_{bmap,estimate,freeze,fsr,growfs,info,io,logpr int,mdrestore,metadump,mkfile,ncheck,quota,rtcp}
> +removefrom xfsprogs /usr/share/locale/*
> removefrom xkeyboard-config /usr/share/locale/*
> removefrom xorg-x11-drv-intel /usr/${libdir}/libI*
> removefrom xorg-x11-drv-openchrome /usr/${libdir}/libchrome*
Thanks for fixing this!
If the goal is to have rescue or analysis tools in the root, I might suggest leaving a few more in:
xfs_metadump
xfs_mdrestore
These are just shell scripts around the (existing) xfs_db which can manipulate metadata images for later analysis
xfs_growfs
useful for growing a filesystem, but it's a larger binary, so not a big deal if there's no room.
xfs_info
prints fs geometry details, but requires xfs_growfs
xfs_quota
for reading/modifying quotas; might be useful?
In general perhaps we should look at the other fs utilities and keep available functionality relatively on par for each one - i..e fs resizing for all or none, repair/fsck & mkfs are certainly in, debuggers for all or none, etc.
-Eric
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
All times are GMT. The time now is 10:58 AM .
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org