mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
Disable serial console
This commit is contained in:
parent
85e5b3f137
commit
8eede26e22
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ PREFIX=/
|
|||||||
# kernel boot arguments
|
# kernel boot arguments
|
||||||
|
|
||||||
FLOPPY=/dev/floppy/0
|
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)"
|
NETBOOT_ARGS="root=/dev/nfs ip=dhcp rw $(CONSOLE)"
|
||||||
RESCUE_ARGS="root=/dev/ramdisk ramdisk_size=2048 $(CONSOLE)"
|
RESCUE_ARGS="root=/dev/ramdisk ramdisk_size=2048 $(CONSOLE)"
|
||||||
|
Loading…
Reference in New Issue
Block a user