]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
use right serial console
authorHolger Levsen <holger@layer-acht.org>
Wed, 20 Feb 2013 11:23:44 +0000 (12:23 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 20 Feb 2013 11:23:44 +0000 (12:23 +0100)
pxe_riserver_setup.sh

index 94b4c2d50ef32447222a909b82bc6ef59297153a..c001cda8e5b63509f087fe7fb936a06493285815 100755 (executable)
@@ -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=ttyS0
+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
 
 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=ttyS0 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=ttyS1,115200 hostname=$TARGET_HOST
 EOF
 
 cat $TMPFILE