Add lvm symlinks to rescue image
Resolves: rhbz#676404
---
scripts/upd-instroot | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
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
--
1.7.3.2
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|