diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-24 22:34:01 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-24 22:34:01 +0000 |
commit | 64c33263f2f13793befe537fb15b2e995e534743 (patch) | |
tree | 73ac0d253ddc82c3c433a2b9d26786dadaec5a8c /rescue/Makefile | |
parent | cf5c1d9c23afbe441d0d94868253348f3c71bf9b (diff) | |
download | drakx-backup-do-not-use-64c33263f2f13793befe537fb15b2e995e534743.tar drakx-backup-do-not-use-64c33263f2f13793befe537fb15b2e995e534743.tar.gz drakx-backup-do-not-use-64c33263f2f13793befe537fb15b2e995e534743.tar.bz2 drakx-backup-do-not-use-64c33263f2f13793befe537fb15b2e995e534743.tar.xz drakx-backup-do-not-use-64c33263f2f13793befe537fb15b2e995e534743.zip |
- 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
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 59de38f3d..d236ac579 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -7,7 +7,7 @@ ROOTDEST = /export install: rescue_stage2.bz2 cp -f $< $(ROOTDEST)/Mandrake/base -rescue_stage2.bz2: kernel_read_part list list.$(ARCH) drvinst guessmounts make_rescue_img +rescue_stage2.bz2: kernel_read_part list list.$(ARCH) drvinst guessmounts lsparts make_rescue_img ./make_rescue_img clean: |