mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
boot menu: Add description texts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user