The following changes were made:

* Added etc/default/grub
  * Added usher to manage etc/default/grub
This commit is contained in:
2017-05-16 14:14:40 -05:00
parent 22cf05c4f2
commit 643dbc6cd2
3 changed files with 60 additions and 1 deletions

36
SNAP/grub.default Normal file
View File

@@ -0,0 +1,36 @@
# grub-mkconfig configuration
#
# More information is available in the documentation. See:
# info -f grub -n 'Simple Configuration'
# Changes will require updating /boot/grub/grub.cfg. This can
# be done by running: grub-mkconfig -o /boot/grub/grub.cfg
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Snaplinux"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# This option will cause grub to remove the specified memory
# addresses from the memory map passed to the kernel. This is
# generally used to disable damaged regions of RAM.
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Specify the input/output device(s) to be used by GRUB. Multiple
# devices can be separated by spaces.
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=1024x768x8
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"