summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/larch/profile0/cd-root/isolinux/isolinux.cfg
blob: 0f45c6b3c2a98fd0397993d52c3eafe76eee4858 (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
default vesamenu.c32
prompt 0
timeout 50

MENU BACKGROUND bkgd.jpg

MENU TITLE larch live CD from existing installation

label linux
MENU LABEL Default: no swap, no copy-to-ram
kernel vmlinuz
append initrd=larch.img
# or with video mode for beyond kernel:
#append initrd=larch.img video=vesafb:ywrap,mtrr,800x600@60

label linux-c2r
MENU LABEL larch copy-to-ram (also activates swap)
kernel vmlinuz
append initrd=larch.img c2r

label linux-swap
MENU LABEL larch with swap
kernel vmlinuz
append initrd=larch.img swap


label memtest
MENU LABEL Memory tester
kernel memtest