From 09548e41cb8f4f6092ad76173be1d47ae586da8b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 2 May 2014 19:10:30 +0200 Subject: [PATCH] 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" Cc: Frank Hunleth Tested-by: Frank Hunleth Tested-by: Romain Naour Signed-off-by: Peter Korsgaard --- boot/syslinux/Config.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/boot/syslinux/Config.in b/boot/syslinux/Config.in index f7525b8761..7263128974 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