summaryrefslogtreecommitdiff
path: root/user/grub/default-grub
blob: ca5656224fce0512f06fd988a9a791e2e53f8ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"
GRUB_DISABLE_LINUX_PARTUUID=false

# 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