mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Some people reported problems that the CD image won't boot on certain hardware. As there have been more changes on isolinux, this patch replaces the old text prompt with a nice menu in graphical mode.
71 lines
1.1 KiB
INI
71 lines
1.1 KiB
INI
|
|
UI vesamenu.c32
|
|
PROMPT 0
|
|
DEFAULT installer
|
|
TIMEOUT 60
|
|
|
|
MENU HSHIFT 0
|
|
MENU WIDTH 40
|
|
MENU MARGIN 1
|
|
MENU VSHIFT 8
|
|
MENU ROWS 10
|
|
MENU HELPMSGROW 16
|
|
MENU BACKGROUND boot.png
|
|
MENU CLEAR
|
|
|
|
# Coloring
|
|
MENU COLOR TITLE * #FFFFFFFF *
|
|
MENU COLOR BORDER * #00000000 #00000000 none
|
|
MENU COLOR SEL * #FFFFFFFF #FFE74C2E *
|
|
MENU COLOR HOTSEL 1;7;37;40 #FFFFFFFF #99E74C2E *
|
|
MENU COLOR TABMSG * #FFFFFFFF #00000000 *
|
|
|
|
MENU TITLE Welcome!
|
|
|
|
LABEL installer
|
|
MENU LABEL Install IPFire VERSION
|
|
KERNEL vmlinuz
|
|
INITRD instroot
|
|
APPEND vga=791
|
|
|
|
MENU SEPARATOR
|
|
|
|
MENU BEGIN other
|
|
MENU TITLE Other installation options
|
|
|
|
LABEL other.back
|
|
MENU LABEL Back
|
|
MENU EXIT
|
|
|
|
MENU SEPARATOR
|
|
|
|
LABEL novga
|
|
MENU LABEL Install IPFire (text mode)
|
|
KERNEL vmlinuz
|
|
INITRD instroot
|
|
|
|
LABEL unattended
|
|
MENU LABEL Unattended installation
|
|
KERNEL vmlinuz
|
|
INITRD instroot
|
|
APPEND unattended
|
|
MENU END
|
|
|
|
MENU BEGIN tools
|
|
MENU TITLE Tools
|
|
|
|
LABEL tools.back
|
|
MENU LABEL Back
|
|
MENU EXIT
|
|
|
|
MENU SEPARATOR
|
|
|
|
LABEL memtest
|
|
MENU LABEL memtest86+
|
|
KERNEL memtest
|
|
|
|
LABEL hdt
|
|
MENU LABEL Hardware Detection Tool
|
|
KERNEL hdt.c32
|
|
MENU END
|