mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sample.conf/syslinux.cfg: add windows compatible line feeds (CR)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8bcc3ea8c2
commit
965cfc9cc6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user