X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=myfai-chboot-local;h=9eac43f028325fe87e9d2860955dabde42841e5e;hb=a030c6b0d89340212d3c04023dcd1fe2a52d31d1;hp=8d4e1ce480bda868f8d3f8546cbe4cbb14963da8;hpb=e729557712e9355ffa9103e6083d1161d5fd6063;p=automated-distro-installer diff --git a/myfai-chboot-local b/myfai-chboot-local index 8d4e1ce..9eac43f 100755 --- a/myfai-chboot-local +++ b/myfai-chboot-local @@ -19,7 +19,7 @@ kernel=$(fai-chboot -L '^default$' | awk '{print $3}') # man page doesn't explain this, but this deletes & thus disables # all chboot systems. type -t host &>/dev/null || apt-get -y install dnsutils -gateway_ip=$(route -n | sed -rn 's/^(0\.){3}0\s+(\S+).*/\2/p') +gateway_ip=$(route -n | sed -rn 's/^0\.0\.0\.0\s+(\S+).*/\1/p') my_ip=$(host faiserver $gateway_ip | sed -rn 's/^\S+ has address //p') k_args=$(fai-chboot -L '^default$' | \ sed -r "s/^(\S+\s+){3}(.*root=)(.*)/\2$my_ip:\3/")