X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=myfai-chboot;h=452f8fa579cd3a45de80684a25db60d9b565fb52;hb=e6c8a36522847eca91819ab3eb656dd824bc3e3c;hp=f732642dffa0811756e4df8bb79f0ede01ea9d3c;hpb=a027429011d313e0d9156fef9451f5a55a588163;p=automated-distro-installer diff --git a/myfai-chboot b/myfai-chboot index f732642..452f8fa 100755 --- a/myfai-chboot +++ b/myfai-chboot @@ -13,7 +13,7 @@ Sets up tftp pxe config and nfs server on host "faiserver". If our kernel has no nfs support, uses apache, and depends on another repo of Ian Kelling, basic-https-conf, where the file is at -/a/exe/apache-site. +/a/exe/web-conf. Usng this, you can boot into fai with pxe-kexec without changing the dhcp server. @@ -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 "$@"