From: Holger Levsen Date: Wed, 20 Feb 2013 10:35:38 +0000 (+0100) Subject: pxe_riserver_setup: reboot after installation, use serial console for output X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=71db29cd2af02d48807162e4063f5a15df778c79;p=profitbricks%2Fjenkins-build-scripts.git pxe_riserver_setup: reboot after installation, use serial console for output --- diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index 1b46cd3..94b4c2d 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 +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 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 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=ttyS0 hostname=$TARGET_HOST EOF cat $TMPFILE