summaryrefslogtreecommitdiff
path: root/boot/syslinux
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-05-02 19:10:30 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-03 21:36:33 +0200
commit09548e41cb8f4f6092ad76173be1d47ae586da8b (patch)
tree12fb9a11817ceb457334a0ebd2997f62178fc560 /boot/syslinux
parent0b0eebe96113c75ca8c5ee43fdbf8ebb15e4b39d (diff)
boot/syslinux: rewrite options prompts
Rewrite the options prompt in preparation to adding a new type of image to install. Add help entries to each option, too. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Frank Hunleth <fhunleth@troodon-software.com> Tested-by: Frank Hunleth <fhunleth@troodon-software.com> Tested-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/syslinux')
-rw-r--r--boot/syslinux/Config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in
index f7525b876..726312897 100644
--- a/boot/syslinux/Config.in
+++ b/boot/syslinux/Config.in
@@ -14,11 +14,17 @@ choice
bool "Image to install"
config BR2_TARGET_SYSLINUX_ISOLINUX
- bool "Install isolinux"
+ bool "isolinux"
+ help
+ Install the legacy-BIOS 'isolinux' image, to boot off
+ optical media (CDROM, DVD.)
config BR2_TARGET_SYSLINUX_PXELINUX
- bool "Install pxelinux"
+ bool "pxelinux"
+ help
+ Install the legacy-BIOS 'pxelinux' image, to boot off
+ the network using PXE.
endchoice
-endif
+endif # BR2_TARGET_SYSLINUX