mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
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
|
||||
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
|
||||
|
@ -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
|
||||
timeout=0
|
||||
hiddenmenu
|
||||
|
||||
title OpenELEC.tv
|
||||
root (hd0,0)
|
||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 quiet
|
||||
root (hd0,0)
|
||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 quiet
|
||||
|
||||
title OpenELEC.tv (Textmode)
|
||||
root (hd0,0)
|
||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 textmode quiet
|
||||
root (hd0,0)
|
||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 textmode quiet
|
||||
|
||||
title OpenELEC.tv (Debugmode)
|
||||
root (hd0,0)
|
||||
kernel /KERNEL boot=/dev/sda1 disk=/dev/sda2 debugging textmode quiet
|
||||
root (hd0,0)
|
||||
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
|
||||
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
|
||||
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