# 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