]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
be less verbose
authorHolger Levsen <holger@layer-acht.org>
Thu, 21 Feb 2013 10:41:40 +0000 (11:41 +0100)
committerHolger Levsen <holger@layer-acht.org>
Thu, 21 Feb 2013 10:41:40 +0000 (11:41 +0100)
pxe_riserver_setup.sh

index f810148bef932de9b00c510eded7a8c55d443490..bc8621f897d7d811f68e897cdf4d07ce06051c80 100755 (executable)
@@ -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