blob: e97e383953a53efb5f8f71b145f547cf14492829 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|