From 64c33263f2f13793befe537fb15b2e995e534743 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 24 Oct 2001 22:34:01 +0000 Subject: - add a GUI to the rescue - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types --- rescue/tree/etc/rc.sysinit | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'rescue/tree/etc/rc.sysinit') diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit index c33983cca..444e0c064 100755 --- a/rescue/tree/etc/rc.sysinit +++ b/rescue/tree/etc/rc.sysinit @@ -41,11 +41,6 @@ grep -q oem /proc/cmdline && exec /etc/oem -f /sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0 /sbin/route add 127.0.0.1 lo -if ! grep -q noguessmounts /proc/cmdline; then - echo "I will try now to guess your mountpoints;" - echo -e "If any problems, reboot and enter \\033[1;37mrescue noguessmounts\\033[0;39m to disable this." - echo "" - guessmounts - echo "Press to continue" - read +if ! grep -q expert /proc/cmdline; then + rescue-gui fi -- cgit v1.2.1