summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-07-13 13:52:11 +0200
committerMartin Sivak <msivak@redhat.com>2009-07-16 15:18:48 +0200
commit4aa290945425bea0733f73259b9adf4d6a95c6f5 (patch)
tree52929430bd2242ab344b236a9d95fc67b76f45a7 /scripts
parente2d532baf31ec5f62e6d98de15e0d809bfed189b (diff)
downloadanaconda-4aa290945425bea0733f73259b9adf4d6a95c6f5.tar.gz
anaconda-4aa290945425bea0733f73259b9adf4d6a95c6f5.tar.xz
anaconda-4aa290945425bea0733f73259b9adf4d6a95c6f5.zip
Run firstaidkit-qs script instead of the shell (shows rescue menu) (#508512)
Add dialog package required for firstaidkit Create /etc/fstab in ramdisk to make mount commands easier (#440327)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index a560733f3..e08ab7a24 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -235,7 +235,7 @@ PACKAGESRESCUE="bzip2 bzip2-libs dump libidn
modutils mtools mt-st mtr net-tools open smartmontools
openssh openssh-clients pciutils rsh traceroute tar rsync
device-mapper device-mapper-libs dmraid ntfsprogs samba-client
- firstaidkit-plugin-all"
+ firstaidkit firstaidkit-plugin-all dialog"
if [ $ARCH = i386 -o $ARCH = i586 -o $ARCH = x86_64 ]; then
PACKAGESRESCUE="$PACKAGESRESCUE gpart grub"
@@ -832,6 +832,8 @@ usr/sbin/smartctl
usr/sbin/traceroute
usr/$LIBDIR/firstaidkit/plugins/
usr/lib/python?.?/site-packages/pyfirstaidkit/
+usr/bin/dialog
+usr/bin/firstaidkit-qs
EOF
if [ $ARCH = i386 -o $ARCH = i586 -o $ARCH = x86_64 ]; then