summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
blob: 1dd2de3df045c69620197cd5f987d8445511e835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

MENU TITLE LinHES: The Linux Home Entertainment System

label linux
MENU LABEL LinHES (default)
TEXT HELP
Boot the LinHES live image. Install LinHES with splash or perform
system maintenance. Add NoX to skip xwindows.
ENDTEXT
LINUX boot/%ARCH%/vmlinuz
INITRD boot/%ARCH%/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash vga=current console=tty1


label linux-nosplash
MENU LABEL LinHES (no splash screen)
TEXT HELP
Boot the LinHES live image. Install LinHES without splash or perform
system maintenance. Add NoX to skip xwindows.
ENDTEXT
LINUX boot/%ARCH%/vmlinuz
INITRD boot/%ARCH%/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% console=tty1

label linux-vnc
MENU LABEL LinHES VNC install
TEXT HELP
Boot the LinHES live image. Install LinHES or perform system
maintenance over VNC. DHCP will be used for the network.
ENDTEXT
LINUX boot/%ARCH%/vmlinuz
INITRD boot/%ARCH%/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% console=tty1 vnc cip=dhcp

label special
MENU LABEL Special Hardware
KERNEL boot/syslinux/vesamenu.c32
APPEND boot/syslinux/hardsub.cfg

MENU SEPARATOR