diff --git a/srcpkgs/grub/files/grub.default b/srcpkgs/grub/files/grub.default index e41b75ead8..63522689ee 100644 --- a/srcpkgs/grub/files/grub.default +++ b/srcpkgs/grub/files/grub.default @@ -1,5 +1,5 @@ # -# Example configuration file for grub2. +# Configuration file for GRUB. # GRUB_DEFAULT=0 #GRUB_HIDDENT_TIMEOUT=0 @@ -7,9 +7,8 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Void" GRUB_CMDLINE_LINUX_DEFAULT="quiet" -#GRUB_TERMINAL=console -GRUB_GFXMODE=640x480 +GRUB_TERMINAL_OUTPUT=gfxterm +GRUB_BACKGROUND=/usr/share/void-artwork/splash.png +#GRUB_GFXMODE=1920x1080x32 #GRUB_DISABLE_LINUX_UUID=true #GRUB_DISABLE_LINUX_RECOVERY=true - - diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index 8912f65852..dc43eba851 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -1,7 +1,7 @@ # Template file for 'grub' pkgname=grub version=1.99 -revision=5 +revision=6 distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz" build_style=gnu_configure short_desc="GRand Unified Bootloader 2"