> diff --git a/scripts/upd-instroot b/scripts/upd-instroot > index 97e89f2..7a2afb5 100755 > --- a/scripts/upd-instroot > +++ b/scripts/upd-instroot > @@ -937,6 +937,11 @@ usr/bin/whiptail > usr/bin/firstaidkit-qs > EOF > > +# add all lvm symlinks to keepfile > +for cmd in `rpm -ql lvm2 | grep /sbin/`; do > + echo "usr"$cmd; > +done >> $KEEPFILERESCUE > + > if [[ $ARCH =~ "i[356]86" || $ARCH == "x86_64" ]]; then > cat >> $KEEPFILERESCUE <<-EOF > sbin/grub A very concise fix for the problem. Thanks. ACK. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list