mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
sample.conf/*: update for latest syslinux/extlinux, some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7e07163099
commit
8bcc3ea8c2
@ -1,12 +1,12 @@
|
|||||||
|
DEFAULT linux
|
||||||
|
PROMPT 0
|
||||||
|
|
||||||
timeout 10
|
LABEL linux
|
||||||
|
KERNEL /KERNEL
|
||||||
label linux
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
|
||||||
kernel /KERNEL
|
LABEL text
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet
|
KERNEL /KERNEL
|
||||||
label text
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
|
||||||
kernel /KERNEL
|
LABEL debug
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
|
KERNEL /KERNEL
|
||||||
label debug
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
|
||||||
kernel /KERNEL
|
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
|
|
||||||
|
@ -1,25 +1,15 @@
|
|||||||
# grub.conf generated by anaconda
|
|
||||||
#
|
|
||||||
# Note that you do not have to rerun grub after making changes to this file
|
|
||||||
# NOTICE: You have a /boot partition. This means that
|
|
||||||
# all kernel and initrd paths are relative to /boot/, eg.
|
|
||||||
# root (hd0,0)
|
|
||||||
# kernel /vmlinuz-version ro root=/dev/sda2
|
|
||||||
# initrd /initrd-[generic-]version.img
|
|
||||||
#boot=/dev/sda
|
|
||||||
|
|
||||||
default=0
|
default=0
|
||||||
timeout=0
|
timeout=0
|
||||||
hiddenmenu
|
hiddenmenu
|
||||||
|
|
||||||
title OpenELEC.tv
|
title OpenELEC.tv
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 quiet
|
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 quiet
|
||||||
|
|
||||||
title OpenELEC.tv (Textmode)
|
title OpenELEC.tv (Textmode)
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 textmode quiet
|
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 textmode quiet
|
||||||
|
|
||||||
title OpenELEC.tv (Debugmode)
|
title OpenELEC.tv (Debugmode)
|
||||||
root (hd0,0)
|
root (hd0,0)
|
||||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 debugging textmode quiet
|
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 debugging textmode quiet
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
|
DEFAULT linux
|
||||||
|
PROMPT 0
|
||||||
|
|
||||||
timeout 10
|
LABEL linux
|
||||||
|
KERNEL /KERNEL
|
||||||
label linux
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet
|
||||||
kernel /KERNEL
|
LABEL text
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet
|
KERNEL /KERNEL
|
||||||
label text
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
|
||||||
kernel /KERNEL
|
LABEL debug
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
|
KERNEL /KERNEL
|
||||||
label debug
|
APPEND boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
|
||||||
kernel /KERNEL
|
|
||||||
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user