From b3acd7b850e59f99d455c00f62e9a9a4167bfe5d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 24 May 2013 18:49:30 +0200 Subject: [PATCH] boot menu: Add description texts. --- config/syslinux/syslinux.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/syslinux/syslinux.cfg b/config/syslinux/syslinux.cfg index 33207c6da..88320890c 100644 --- a/config/syslinux/syslinux.cfg +++ b/config/syslinux/syslinux.cfg @@ -24,6 +24,10 @@ MENU TITLE Welcome! LABEL installer MENU LABEL Install IPFire VERSION + TEXT HELP +Install the version of IPFire that is +on this disk. + ENDTEXT KERNEL vmlinuz INITRD instroot APPEND vga=791 @@ -41,11 +45,17 @@ MENU BEGIN other LABEL novga MENU LABEL Install IPFire (text mode) + TEXT HELP +Run the installer in text mode. + ENDTEXT KERNEL vmlinuz INITRD instroot LABEL unattended MENU LABEL Unattended installation + TEXT HELP +Run an unattended installation. + ENDTEXT KERNEL vmlinuz INITRD instroot APPEND unattended @@ -62,10 +72,17 @@ MENU BEGIN tools LABEL memtest MENU LABEL memtest86+ + TEXT HELP +Diagnose memory problems with memtest86+. + ENDTEXT KERNEL memtest LABEL hdt MENU LABEL Hardware Detection Tool + TEXT HELP +Check your hardware with the Hardware Detection +Tool! + ENDTEXT KERNEL hdt.c32 MENU END @@ -73,4 +90,7 @@ MENU SEPARATOR LABEL netboot MENU LABEL boot.ipfire.org + TEXT HELP +Boot from the IPFire Boot Server! + ENDTEXT KERNEL netboot -- 2.39.2