grub: kernel hardening
This commit is contained in:
parent
a8fa975f9f
commit
2686d88dd4
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ GRUB_DEFAULT=0
|
||||||
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
||||||
GRUB_TIMEOUT=5
|
GRUB_TIMEOUT=5
|
||||||
GRUB_DISTRIBUTOR="Void"
|
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
|
# Uncomment to use basic console
|
||||||
#GRUB_TERMINAL_INPUT="console"
|
#GRUB_TERMINAL_INPUT="console"
|
||||||
# Uncomment to disable graphical terminal
|
# Uncomment to disable graphical terminal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grub'
|
# Template file for 'grub'
|
||||||
pkgname=grub
|
pkgname=grub
|
||||||
version=2.02~beta3
|
version=2.02~beta3
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="libusb-compat-devel ncurses-devel freetype-devel
|
makedepends="libusb-compat-devel ncurses-devel freetype-devel
|
||||||
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"
|
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"
|
||||||
|
|
Loading…
Reference in a new issue