mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
26 lines
713 B
Plaintext
26 lines
713 B
Plaintext
# 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
|
|
|
|
title OpenELEC.tv (Textmode)
|
|
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
|