From 8127816c7b2ef092e80824dd34f4239c1e23b8b5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 13 Sep 2013 14:20:37 +0200 Subject: [PATCH] use riserver for pxe, not jerusalem anymore --- pxe_riserver_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 2.39.5