From: Benjamin Drung Date: Tue, 22 Jul 2014 10:25:08 +0000 (+0200) Subject: pxe_riserver_setup.sh: Set FAI_CONFIG_BRANCH to target branch X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b228f6d654ce9ae917970ed0c6c9e6c53114cbe2;p=profitbricks%2Fjenkins-build-scripts.git pxe_riserver_setup.sh: Set FAI_CONFIG_BRANCH to target branch --- diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index bebe31c..3bd2dbf 100755 --- a/pxe_riserver_setup.sh +++ b/pxe_riserver_setup.sh @@ -50,7 +50,7 @@ APPEND initrd=fai/initrd.img root=/dev/nfs nfsroot=/srv/fai/nfsroot boot=live li 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 hostname=$TARGET_HOST BRANCH=$TARGET_BRANCH +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 BRANCH=$TARGET_BRANCH FAI_CONFIG_BRANCH=$TARGET_BRANCH EOF cat $TMPFILE