From: Holger Levsen Date: Thu, 21 Feb 2013 10:41:40 +0000 (+0100) Subject: be less verbose X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=dd25aa1c3d31c5b4c01c2ec5bc5ee965df113084;p=profitbricks%2Fjenkins-build-scripts.git be less verbose --- diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index f810148..bc8621f 100755 --- a/pxe_riserver_setup.sh +++ b/pxe_riserver_setup.sh @@ -4,7 +4,7 @@ # GPL2 licenced #set -x -export +#export echo if [ "$4" = "" ] || ( [ "$4" != "install" ] && [ "$4" != "sysinfo" ] && [ "$4" != "localboot" ] ) ; then @@ -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,createvt,reboot console=tty0 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,createvt,reboot 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,createvt,reboot console=tty0 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,createvt,reboot hostname=$TARGET_HOST EOF cat $TMPFILE