From: Holger Levsen Date: Fri, 13 Sep 2013 12:20:37 +0000 (+0200) Subject: use riserver for pxe, not jerusalem anymore X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8127816c7b2ef092e80824dd34f4239c1e23b8b5;p=profitbricks%2Fjenkins-build-scripts.git use riserver for pxe, not jerusalem anymore --- diff --git a/pxe_riserver_setup.sh b/pxe_riserver_setup.sh index bc8621f..d07f2c2 100755 --- a/pxe_riserver_setup.sh +++ b/pxe_riserver_setup.sh @@ -19,7 +19,7 @@ TARGET_MAC=$2 TARGET_DEV=$3 TARGET_ACTION=$4 -echo "Re-configuring PXE on jerusalem:" +echo "Re-configuring PXE on riserver:" echo echo " NIC: $TARGET_MAC (hostname: $TARGET_HOST) on $TARGET_DEV" echo @@ -53,8 +53,8 @@ EOF cat $TMPFILE echo echo -echo "Copying PXE configuration for $TARGET_HOST to jerusalem..." -scp $TMPFILE jerusalem:/srv/tftp/pxelinux.cfg/$TARGET_MAC +echo "Copying PXE configuration for $TARGET_HOST to riserver..." +scp $TMPFILE riserver:/srv/tftp/pxelinux.cfg/$TARGET_MAC rm $TMPFILE echo echo "Enjoy."