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
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
LABEL text
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
LABEL debug
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
LABEL text
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
LABEL debug
KERNEL /KERNEL
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging