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/make_rescue_img | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rescue/make_rescue_img') diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index e3bb4e8ed..e6c744e53 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -86,6 +86,10 @@ _ "cp ../all.modules/$main/modules.dep $tmp/modules"; installown("drvinst", "/usr/bin"); installown("guessmounts", "/usr/bin"); +installown("install_bootloader", "/usr/bin"); +installown("lsparts", "/usr/bin"); +_ "cd ../mdk-stage1 && make rescue-gui"; +installown("../mdk-stage1/rescue-gui", "/usr/bin"); __ "strip $tmp/{lib,bin,sbin}/* $tmp/usr/{bin,sbin}/* 2>/dev/null"; -- cgit v1.2.1