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/issue | 3 ++- rescue/tree/etc/rc.sysinit | 9 ++------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'rescue/tree') diff --git a/rescue/tree/etc/issue b/rescue/tree/etc/issue index 55da5cd1e..a38b2f1a3 100644 --- a/rescue/tree/etc/issue +++ b/rescue/tree/etc/issue @@ -18,9 +18,10 @@         -Mandrake Linux release 8.1 (Cooker) +Mandrake Linux release 8.2 (Cooker) Use loadkeys to change your keyboard layout (eg: loadkeys fr) Use modprobe to load modules (eg: modprobe snd-card-fm801) Use drvinst to install drivers according to detected devices +Use lsparts to list your partitions with types 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