X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=myfai-chboot;h=452f8fa579cd3a45de80684a25db60d9b565fb52;hp=f65175a17234923bfed4716831a6108a5384fea5;hb=efcfb463ceda4de1d9953da31a2c0737471e5cf8;hpb=4dc0fcef55f5610af47b83febae7a641b6c6c8e5 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 "$@"