From ac8c5d214551f898b3448a578070f45c13e29b15 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 6 Feb 2016 20:04:02 +0100 Subject: tons of bugfixes force output via serial --- tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tftproot') diff --git a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 index 9401dd8..801d482 100644 --- a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -3,7 +3,7 @@ TIMEOUT 10 DEFAULT arch64_http_cfengine -#SERIAL 0 9600 0x303 +SERIAL 0 9600 0x303 LABEL arch64_http_cfengine TEXT HELP @@ -13,5 +13,5 @@ ENDTEXT MENU LABEL Boot Arch Linux (x86_64) (HTTP) LINUX boot/x86_64/vmlinuz INITRD boot/x86_64/archiso.img -APPEND archisobasedir=archiso/arch archiso_http_srv=http://10.0.2.2:8080/ ip=dhcp modprobe.blacklist=cirrus script=http://10.0.2.2:8080/archauto.sh +APPEND archisobasedir=archiso/arch archiso_http_srv=http://10.0.2.2:8080/ ip=dhcp modprobe.blacklist=cirrus script=http://10.0.2.2:8080/archauto.sh console=ttyS0,9600n8 IPAPPEND 3 -- cgit v1.2.3-54-g00ecf