X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=e6680883201c5f11d4a096120a779e4dfb25c852;hb=45a2a286083772abc0688e663a6ecc68af0a8d0e;hp=07262fca9a70a2cf3036def43eb76fb470794b64;hpb=78a1427fc167ccee73d448054a9c40c19d737ed3;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 <