From ba1ee633da24a5280b965d61c2e931c6e2c76d25 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 Feb 2013 13:04:34 +0100 Subject: [PATCH] output also to local console --- pxe_riserver_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index c001cda..ddcc596 100755 --- a/pxe_riserver_setup.sh +++ b/pxe_riserver_setup.sh @@ -42,12 +42,12 @@ LOCALBOOT 0 LABEL sysinfo MENU LABEL sysinfo KERNEL fai/vmlinuz-install -APPEND initrd=fai/initrd.img root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live live-netdev=$TARGET_DEV FAI_ACTION=sysinfo FAI_FLAGS=verbose,sshd,createvt,reboot console=ttyS1,115200 +APPEND initrd=fai/initrd.img root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live live-netdev=$TARGET_DEV FAI_ACTION=sysinfo FAI_FLAGS=verbose,sshd,createvt,reboot console=tty0 console=ttyS1,115200 LABEL install MENU LABEL install KERNEL fai/vmlinuz-install -APPEND initrd=fai/initrd.img root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live live-netdev=$TARGET_DEV FAI_ACTION=install FAI_FLAGS=verbose,sshd,createvt,reboot console=ttyS1,115200 hostname=$TARGET_HOST +APPEND initrd=fai/initrd.img root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live live-netdev=$TARGET_DEV FAI_ACTION=install FAI_FLAGS=verbose,sshd,createvt,reboot console=tty0 console=ttyS1,115200 hostname=$TARGET_HOST EOF cat $TMPFILE -- 2.39.5