grub: use loglevel=4 rather than quiet flags to default kernel cmdline.
This commit is contained in:
parent
43b06322fe
commit
bf5824ce2e
|
@ -6,7 +6,7 @@ GRUB_DEFAULT=0
|
|||
#GRUB_HIDDEN_TIMEOUT_QUIET=false
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR="Void"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4"
|
||||
GRUB_TERMINAL_OUTPUT=gfxterm
|
||||
GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
|
||||
#GRUB_GFXMODE=1920x1080x32
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'grub'
|
||||
pkgname=grub
|
||||
version="2.00"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-werror"
|
||||
makedepends="flex libusb-compat-devel ncurses-devel freetype-devel
|
||||
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"
|
||||
fulldepends="os-prober"
|
||||
conf_files="/etc/default/grub /etc/grub.d/40_custom"
|
||||
short_desc="GRand Unified Bootloader 2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
@ -18,8 +19,6 @@ long_desc="
|
|||
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
|
||||
robust, more powerful, and more portable."
|
||||
|
||||
conf_files="/etc/default/grub /etc/grub.d/40_custom"
|
||||
|
||||
pre_configure() {
|
||||
# fix unifont.bdf location so grub-mkfont can create *.pf2 files
|
||||
sed -i 's|/usr/share/fonts/unifont|/usr/share/fonts/misc|' configure
|
||||
|
|
Loading…
Reference in New Issue