Disable serial console

This commit is contained in:
Laurent Vivier 2005-05-25 05:12:31 +00:00
parent 85e5b3f137
commit 8eede26e22

View File

@ -11,7 +11,7 @@ PREFIX=/
# kernel boot arguments
FLOPPY=/dev/floppy/0
CONSOLE=console=ttyS0,9600n8 console=tty0
#CONSOLE=console=ttyS0,9600n8 console=tty0
NETBOOT_ARGS="root=/dev/nfs ip=dhcp rw $(CONSOLE)"
RESCUE_ARGS="root=/dev/ramdisk ramdisk_size=2048 $(CONSOLE)"