Subversion Repositories livecd

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 beyerle@PS 1
display boot/splash.cfg
2
default linux
3
prompt 1
4
timeout 300
5
F1 boot/help1.txt
6
F2 boot/help2.txt
7
F3 boot/help3.txt
8
F4 boot/help4.txt
9
F5 boot/splash.cfg
10
 
11
# do not remove the l after append 
12
label linux
13
kernel boot/vmlinuz
14
append l initrd=boot/initrd.gz init=linuxrc max_loop=32 ramdisk_size=50000 root=/dev/ram0 rw 
15
 
16
# do not remove the l after append 
17
label smp
18
kernel boot/vmlinuzs
19
append l initrd=boot/initrds.gz init=linuxrc psi max_loop=32 vga=791 ramdisk_size=10010 root=/dev/ram0 rw 
20
 
21
# do not remove the l after append 
22
label linuxsmp
23
kernel boot/vmlinuzs
24
append l initrd=boot/initrds.gz init=linuxrc psi max_loop=32 vga=791 ramdisk_size=10010 root=/dev/ram0 rw 
25
 
26
# do not remove the f after append
27
label failsafe
28
kernel boot/vmlinuz
29
append f initrd=boot/initrd.gz init=linuxrc max_loop=32 ramdisk_size=50000 root=/dev/ram0 rw  nonet simplex apm=off acpi=off nofstab
30
 
31
label memtest
32
kernel boot/memtest