blob: b37e4aaa6327d1fa3aeb3a998bf0be343e9e14dd (
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
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
|