summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-03-28 16:19:09 +0000
committerMike Fulbright <msf@redhat.com>2000-03-28 16:19:09 +0000
commit45e52eac301e05ea7b94ef5a8ad621ccbbc6487d (patch)
treedfc18b5b2736152853f4a95ac5d78e01b893116a /textw
parentacabc8f51e86cecc2249a02145edfa1d6cb5af00 (diff)
downloadanaconda-45e52eac301e05ea7b94ef5a8ad621ccbbc6487d.tar.gz
anaconda-45e52eac301e05ea7b94ef5a8ad621ccbbc6487d.tar.xz
anaconda-45e52eac301e05ea7b94ef5a8ad621ccbbc6487d.zip
(drmike) Added help text on use of F2 key to select default boot partition
Diffstat (limited to 'textw')
-rw-r--r--textw/lilo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/lilo.py b/textw/lilo.py
index 856535468..17a246142 100644
--- a/textw/lilo.py
+++ b/textw/lilo.py
@@ -181,7 +181,9 @@ class LiloImagesWindow:
_("The boot manager Red Hat uses can boot other "
"operating systems as well. You need to tell me "
"what partitions you would like to be able to boot "
- "and what label you want to use for each of them."))
+ "and what label you want to use for each of them.\n\n"
+ "Press the F2 key to select the partition to boot by "
+ "default."))
g = GridForm(screen, _("LILO Configuration"), 1, 4)
g.add(text, 0, 0, anchorLeft = 1)