diff options
Diffstat (limited to 'user/grub/default-grub')
-rw-r--r-- | user/grub/default-grub | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/grub/default-grub b/user/grub/default-grub new file mode 100644 index 000000000..18fc2317d --- /dev/null +++ b/user/grub/default-grub @@ -0,0 +1,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" |