Commit 09548e41 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Frank Hunleth <fhunleth@troodon-software.com>
Tested-by: default avatarFrank Hunleth <fhunleth@troodon-software.com>
Tested-by: default avatarRomain Naour <romain.naour@openwide.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 0b0eebe9
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -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