X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=myfai-chboot;h=d0c0a97323d89d02d9b7da9748f5b1d4ad0235c2;hb=bacafbabe07c9edc86eaa75c24887d6fac0c310a;hp=f65175a17234923bfed4716831a6108a5384fea5;hpb=187171cf7e0b0ef3fa07458a3536f98074416c0a;p=automated-distro-installer diff --git a/myfai-chboot b/myfai-chboot index f65175a..d0c0a97 100755 --- a/myfai-chboot +++ b/myfai-chboot @@ -11,8 +11,8 @@ usage: ${0##*/} [-h|--help] [hostname|ip] 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 +If our kernel has no nfs support, uses apache intead of nfs, and depends +on another repo of Ian Kelling, basic-https-conf, where the file is at /a/exe/web-conf. Usng this, you can boot into fai with pxe-kexec without changing @@ -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 "$@"