blob: 3fb754c7e3fcce0f5fea008ec79eee9c3a6db98a (
plain) (
tree)
|
|
# Welcome to Adélie Linux.
# This file contains configuration for the GRUB boot manager.
# Changes to this file won't take effect unless you run `update-grub` as root.
GRUB_DEFAULT="Adélie"
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Adélie"
GRUB_CMDLINE_LINUX_DEFAULT="ro"
# Uncomment the following line if you do *not* want /boot/grub/grub.cfg to be
# automatically regenerated when easy-kernel is upgraded.
#ADELIE_MANUAL_CONFIG=1
for i in /etc/grub-quirks.d/[0-9][0-9]*; do
[ -x "$i" ] || continue
. "$i"
done
|