]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/blame - grub
Improve how we execute commands in chroot
[people/jschlag/ipfire-3.x-image.git] / grub
CommitLineData
5bbf7721
JS
1GRUB_TIMEOUT=5
2GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
3GRUB_DEFAULT=saved
4# GRUB_TERMINAL="serial console"
5# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"
6GRUB_CMDLINE_LINUX="quiet rhgb console=ttyS0"
7GRUB_DISABLE_RECOVERY="true"
8GRUB_THEME="/boot/grub/themes/system/theme.txt"
9GRUB_GFXMODE="auto"
10GRUB_GFXPAYLOAD_LINUX="keep"
11