blob: 18fc2317d2ec8cb4379fb7b7e41e152172ec503d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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"
|