]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/kernel/syslinux.cfg
... Viel zu tun :D
[people/pmueller/ipfire-2.x.git] / config / kernel / syslinux.cfg
CommitLineData
5bd13f01
MT
1TIMEOUT 5000
2DISPLAY message
3PROMPT 1
4DEFAULT vmlinuz
72d80898 5APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw
33634aa8
MT
6LABEL unattended
7 KERNEL vmlinuz
8 APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw unattended
9LABEL nopcmcia
5bd13f01 10 KERNEL vmlinuz
72d80898 11 APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw nopcmcia
5bd13f01
MT
12LABEL nousb
13 KERNEL vmlinuz
72d80898 14 APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw nousb
5bd13f01
MT
15LABEL nousborpcmcia
16 KERNEL vmlinuz
72d80898 17 APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw nousb nopcmcia
5bd13f01
MT
18LABEL dma
19 KERNEL vmlinuz
72d80898 20 APPEND initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 rw