diff --git a/srcpkgs/grub/files/grub.default b/srcpkgs/grub/files/grub.default index 1793571f72..4637ef185f 100644 --- a/srcpkgs/grub/files/grub.default +++ b/srcpkgs/grub/files/grub.default @@ -6,7 +6,7 @@ GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Void" -GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4" +GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 slub_debug=P page_poison=1" # Uncomment to use basic console #GRUB_TERMINAL_INPUT="console" # Uncomment to disable graphical terminal diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index 8b068cce2f..b67e414fa2 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -1,7 +1,7 @@ # Template file for 'grub' pkgname=grub version=2.02~beta3 -revision=2 +revision=3 hostmakedepends="flex" makedepends="libusb-compat-devel ncurses-devel freetype-devel liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"