X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=3623cc848230b1d25ae87618db4d7403797659bc;hb=ab68265ccb7857baff11c0cc216e0c5e9bf4d629;hp=d40751e811ffb90601854d14eda312bc92694bfb;hpb=cef9b6ede5c1e028bed1b4dc7895f5dfa121ad6b;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index d40751e..3623cc8 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 }