Correct rescue.bin: use compressed kernel image

This commit is contained in:
Laurent Vivier 2005-08-29 12:23:45 +00:00
parent 4222e48572
commit 1146dd762d

View File

@ -102,7 +102,7 @@ floppy_ramdisk.bin: libemile tools first/first_floppy vmlinux.bin \
second/$(KARCH)-second_floppy $(RAMDISK)
tools/emile-install -f first/first_floppy \
-s second/$(KARCH)-second_floppy \
-k vmlinux.bin -r $(RAMDISK) floppy_ramdisk.bin.X
-k vmlinuz -r $(RAMDISK) floppy_ramdisk.bin.X
ifdef CONSOLE
tools/emile-set-output floppy_ramdisk.bin.X --printer --modem
endif