X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;fp=pxe-server;h=e6680883201c5f11d4a096120a779e4dfb25c852;hb=cf3b64c21818d0033ffe5447d30e45141c81ee1b;hp=07262fca9a70a2cf3036def43eb76fb470794b64;hpb=9da78f3b703df721eb9e2c77c6f2e1456c9f4cc1;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index 07262fc..e668088 100755 --- a/pxe-server +++ b/pxe-server @@ -75,7 +75,7 @@ wait=false fsf=false case $HOSTNAME in - x2|kw) fsf=true ;; + x3|kw) fsf=true ;; esac chboot_args=() @@ -154,7 +154,7 @@ EOF ack-wait() { if $fsf; then - wait_cmd="ssh tarantula tail -n0 -f /var/log/syslog" + wait_cmd="ssh tarantula.office.fsf.org tail -n0 -f /var/log/syslog" else wait_cmd="ssh wrt logread -f" fi @@ -182,13 +182,13 @@ set-pxe() { if $fsf; then if [[ ! $cmd ]]; then e "removing pxe for $host on tarantula" - ssh tarantula bash -e <