From 10cb1b77dd1e8ebd9b1dc9068da763afbd6a3e84 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 2 Oct 2018 14:36:07 -0400 Subject: [PATCH] Extend the nodeboot man page --- confluent_client/doc/man/nodeboot.ronn | 33 ++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodeboot.ronn b/confluent_client/doc/man/nodeboot.ronn index 9b067556..c54d67f7 100644 --- a/confluent_client/doc/man/nodeboot.ronn +++ b/confluent_client/doc/man/nodeboot.ronn @@ -4,12 +4,41 @@ nodeboot(8) -- Reboot a confluent node to a specific device ## SYNOPSIS `nodeboot ` -`nodeboot ` [net|setup] +`nodeboot [options] ` [default|cd|network|setup|hd] ## DESCRIPTION **nodeboot** reboots nodes in a noderange. If an additional argument is given, -it sets the node to specifically boot to that as the next boot. +it sets the node to specifically boot to that as the next boot. This +performs an immediate reboot without waiting for the OS. To set the boot +device without inducing a reboot, see the `nodesetboot` command. + +## OPTIONS + +* `-b`, `--bios`: + For a system that supports both BIOS and UEFI style boot, request BIOS style + boot if supported (some platforms will UEFI boot with this flag anyway). + +* `-p`, `--persist`: + For a system that supports it, mark the boot override to persist rather than + be a one time change. Many systems do not support this functionality. + +* `default`: + Request a normal default boot with no particular device override + +* `cd`: + Request boot from media. Note that this can include physical CD, + remote media mounted as CD/DVD, and detachable hard disks drives such as usb + key devices. + +* `network`: + Request boot to network + +* `setup`: + Request to enter the firmware configuration menu (e.g. F1 setup) on next boot. + +* `hd`: + Boot straight to hard disk drive ## EXAMPLES * Booting n3 and n4 to the default boot behavior: