On 08/19/2011 06:35 AM, Martin Gracik wrote:
Include both /sbin and /usr/sbin paths in KEEPFILES, to make sure they don't get removed before or after the /sbin move. --- scripts/upd-instroot | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 893090e..a318374 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -941,6 +941,7 @@ EOF # add all lvm symlinks to keepfile for cmd in `rpm -ql lvm2 | grep /sbin/`; do + echo ${cmd:1}; echo "usr"$cmd; done>> $KEEPFILERESCUE
Ack. -- David Cantrell <dcantrell@xxxxxxxxxx> Supervisor, Installer Engineering Team Red Hat, Inc. | Westford, MA | EST5EDT _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list