From b228f6d654ce9ae917970ed0c6c9e6c53114cbe2 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 22 Jul 2014 12:25:08 +0200 Subject: [PATCH] pxe_riserver_setup.sh: Set FAI_CONFIG_BRANCH to target branch --- pxe_riserver_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5