X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=myfai-chboot;h=452f8fa579cd3a45de80684a25db60d9b565fb52;hb=6201b20db7c46d78c9c11007c2aaa8d7f1738b6e;hp=f65175a17234923bfed4716831a6108a5384fea5;hpb=187171cf7e0b0ef3fa07458a3536f98074416c0a;p=automated-distro-installer diff --git a/myfai-chboot b/myfai-chboot index f65175a..452f8fa 100755 --- a/myfai-chboot +++ b/myfai-chboot @@ -22,6 +22,10 @@ Argument sets the host to enable it for. No argument disables pxe config for all hosts, but leaves nfs server alone. Use faiserver-disable to disable the nfs server. +-S sets FAI_ACTION=sysinfo, and remove fai flag reboot. + Usefull for doing a system recovery. +-h|--help Print help and exit. + EOF exit $1 } @@ -31,4 +35,4 @@ esac host=$(chost faiserver) -ssh root@$host bash -s "$@"