X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-config-help.c;h=a0cbb200a1e8a6409774767e3162cbb2fd20bfec;hp=22ced3c3d2b85107416383e65b23fbf08c7fbca2;hb=96f9b8cd29dae248838d4221f3cb1c38e3aa1396;hpb=893cfce3e9ea91a68e678829fb8e7e37102e2b41 diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index 22ced3c..a0cbb20 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -5,8 +5,10 @@ Autoboot: Specify which devices to autoboot from.\n" "\n" "By selecting the 'Add Device' button new devices can be added to the autoboot \ list, either by UUID, MAC address, or device type. Once added to the boot \ -order, the priority of devices can be changed with the 'left' and 'right' keys \ -Devices can be individually removed from the boot order with the minus key. \ +order, the priority of devices can be changed with the '-' (minus) and \ +'+' (plus) keys. \ +Devices can be individually removed from the boot order with the 'delete' or \ +'backspace' keys. \ Use this option if you have multiple operating system images installed.\n" "\n" "To autoboot from any device, select the 'Clear & Boot Any' button. \ @@ -40,4 +42,8 @@ only want to configure a single interface during boot.\n" "Static IP configuration: Allows you to specify an IPv4 address and network \ mask, gateway, and a DNS server or servers for a network interface. Select \ this option if you do not have a DHCP server, or want explicit control of \ -network settings."); +network settings.\n" +"\n" +"Disk R/W: Certain bootloader configurations may request write access to \ +disks to save information or update parameters (eg. GRUB2). " +"Use this option to control access to disks.\n");