X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=5a157636b943f8eed2e65d2177eb5f14aef7086b;hb=739efea3642e2f8a7a672c4600da152a27bedf1a;hp=d40751e811ffb90601854d14eda312bc92694bfb;hpb=cef9b6ede5c1e028bed1b4dc7895f5dfa121ad6b;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index d40751e..5a15763 100755 --- a/pxe-server +++ b/pxe-server @@ -163,7 +163,7 @@ ack-wait() { if $fsf; then wait_cmd="ssh tarantula.office.fsf.org tail -n0 -f /var/log/syslog" else - wait_cmd="ssh wrt logread -f" + wait_cmd="ssh cmc logread -f" fi wait_count=$1 if [[ $host ]]; then @@ -203,7 +203,7 @@ EOF else e "updating dnsmasq.conf:" m $cmd - ${cmd:-:}|ssh wrt "dd of=/etc/dnsmasq-dhcpopts.conf; /etc/init.d/dnsmasq reload + ${cmd:-:}|ssh cmc "dd of=/etc/dnsmasq-dhcpopts.conf; /etc/init.d/dnsmasq reload $([[ $type == arch || $type == parabola ]] && echo archlike-pxe-mount)" fi } @@ -219,10 +219,10 @@ fi if $set; then set-pxe if [[ $type == fai ]]; then - m myfai-chboot ${chboot_args[@]} $host if $redep; then m fai-redep fi + m myfai-chboot ${chboot_args[@]} $host else # This will fail if faiserver is not setup, so ignore any # failure and don't bother us about it.