From c4598cd99cb1c75a6e993a5eba6d7dfb1bfc600c Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 2 Sep 2005 23:54:37 +0000 Subject: [PATCH] remove debug=ser from CONSOLE, add dependencie on vmlinuz for floppy_ramdisk.bin --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d416f45..17ea666 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ PREFIX=/ # kernel boot arguments FLOPPY=/dev/floppy/0 -#CONSOLE=console=ttyS0,9600n8 console=tty0 debug=ser -#CONSOLE=debug=ser +#CONSOLE=console=ttyS0,9600n8 console=tty0 NETBOOT_ARGS="root=/dev/nfs ip=dhcp rw $(CONSOLE)" #RESCUE_ARGS="root=/dev/ramdisk ramdisk_size=2048 $(CONSOLE)" @@ -98,7 +97,7 @@ ifdef CONSOLE endif mv floppy.bin.X floppy.bin -floppy_ramdisk.bin: libemile tools first/first_floppy vmlinux.bin \ +floppy_ramdisk.bin: libemile tools first/first_floppy vmlinuz \ second/$(KARCH)-second_floppy $(RAMDISK) tools/emile-install -f first/first_floppy \ -s second/$(KARCH)-second_floppy \