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 /mdk-stage1/Makefile | |
parent | cf5c1d9c23afbe441d0d94868253348f3c71bf9b (diff) | |
download | drakx-64c33263f2f13793befe537fb15b2e995e534743.tar drakx-64c33263f2f13793befe537fb15b2e995e534743.tar.gz drakx-64c33263f2f13793befe537fb15b2e995e534743.tar.bz2 drakx-64c33263f2f13793befe537fb15b2e995e534743.tar.xz drakx-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 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 3b1482724..1e4b25653 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -236,6 +236,10 @@ tar-mkinitrd_helper: clean tar cfj mkinitrd_helper.tar.bz2 mkinitrd_helper-subdir --exclude CVS rm -rf mkinitrd_helper-subdir +rescue-gui: rescue-gui.o frontend-common.o $(FRONTEND_LINK) $(STAGE1_LIBC) + $(CC) $(LDFLAGS_STAGE1) -o $@ $^ + $(STRIPCMD) $@ + .depend: $(CPP) $(CFLAGS) -M $(ALLSRC) > .depend |