X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai-kexec;h=ae59f7cb3d6d56da7d5f742385152860cee541be;hb=efcfb463ceda4de1d9953da31a2c0737471e5cf8;hp=a49abe1cb743f36423fa1a70267171c772e61d4a;hpb=875cea0c266c7802b336f5a8b61b63e109e670fb;p=automated-distro-installer diff --git a/fai-kexec b/fai-kexec index a49abe1..ae59f7c 100755 --- a/fai-kexec +++ b/fai-kexec @@ -22,10 +22,11 @@ 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