diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-21 23:19:48 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-21 23:19:48 (GMT) |
commit | 29c799f2e3d33f5469ff15b1c6d0242dc00dd179 (patch) | |
tree | 7bbaab1d368edfb89b4a2d9945a63ff6d52743a5 /abs/core/grub/grub.default | |
parent | 59ed43b2b45b77e37088cae0e992a19e27116611 (diff) | |
download | linhes_pkgbuild-29c799f2e3d33f5469ff15b1c6d0242dc00dd179.zip linhes_pkgbuild-29c799f2e3d33f5469ff15b1c6d0242dc00dd179.tar.gz linhes_pkgbuild-29c799f2e3d33f5469ff15b1c6d0242dc00dd179.tar.bz2 |
grub: grub.install: regen grub on install and update
add link /boot/grub/locale/en.mo to quiet error
grub.default: change to LinHES defaults
Diffstat (limited to 'abs/core/grub/grub.default')
-rw-r--r-- | abs/core/grub/grub.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/grub/grub.default b/abs/core/grub/grub.default index fdd1fc3..85c9c8d 100644 --- a/abs/core/grub/grub.default +++ b/abs/core/grub/grub.default @@ -1,5 +1,5 @@ GRUB_DEFAULT=0 -GRUB_TIMEOUT=5 +GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="Arch" GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" @@ -8,7 +8,7 @@ GRUB_CMDLINE_LINUX="" GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable Hidden Menu, and optionally hide the timeout count -#GRUB_HIDDEN_TIMEOUT=5 +GRUB_HIDDEN_TIMEOUT=3 #GRUB_HIDDEN_TIMEOUT_QUIET=true # Uncomment to use basic console @@ -34,8 +34,8 @@ GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. -#GRUB_COLOR_NORMAL="light-blue/black" -#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" +GRUB_COLOR_NORMAL="white/blue" +GRUB_COLOR_HIGHLIGHT="black/yellow" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" |