sample.conf/syslinux.cfg: add windows compatible line feeds (CR)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-04 17:18:32 +02:00
parent 8bcc3ea8c2
commit 965cfc9cc6

View File

@ -1,12 +1,12 @@
DEFAULT linux DEFAULT linux
PROMPT 0 PROMPT 0
LABEL linux LABEL linux
KERNEL /KERNEL KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
LABEL text LABEL text
KERNEL /KERNEL KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
LABEL debug LABEL debug
KERNEL /KERNEL KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging