summaryrefslogtreecommitdiffstats
path: root/ui/ncurses
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-08-19 15:28:30 +1000
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-08-25 13:30:07 +1000
commit3ec4b6e0f2a1a91b7a651eff9762f247a724d3d2 (patch)
tree5679c3e744a67e74310ae1323d9f40cb60b2ecac /ui/ncurses
parent9818a3cd88578ffadb4ff3f5562e468e3b4b6f95 (diff)
downloadtalos-petitboot-3ec4b6e0f2a1a91b7a651eff9762f247a724d3d2.tar.gz
talos-petitboot-3ec4b6e0f2a1a91b7a651eff9762f247a724d3d2.zip
ui/ncurses: Update nc-config help text for Disk R/W
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Diffstat (limited to 'ui/ncurses')
-rw-r--r--ui/ncurses/nc-config-help.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c
index 22ced3c..23bcd9d 100644
--- a/ui/ncurses/nc-config-help.c
+++ b/ui/ncurses/nc-config-help.c
@@ -40,4 +40,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");
OpenPOWER on IntegriCloud