X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai-kexec;h=ae59f7cb3d6d56da7d5f742385152860cee541be;hb=8d5ef1a7a61d7475823452f47f5b4cd7a06722e8;hp=b674d7eff2d2090675417ceb914615837e97df46;hpb=cf778f7a65037a2a54e2b6008511f0a584326ce9;p=automated-distro-installer diff --git a/fai-kexec b/fai-kexec index b674d7e..ae59f7c 100755 --- a/fai-kexec +++ b/fai-kexec @@ -22,15 +22,15 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR usage() { cat <<'EOF' usage: $0 [-h|--help] [SERVER] -kexec to SERVER (faiserver by default), pxe boot from it's tftp server +Kexec this or a remote machine using host faiserver -This does what pxe would do, but skipping boot sequence up to and -including the pxe dhcp. +If SERVER argument, ssh to root@SERVER before doing kexec. This does +what pxe would do, but skipping boot sequence up to and including the +pxe dhcp. EOF exit $1 } - case $1 in -h|--help) usage ;; esac