grub: use loglevel=4 rather than quiet flags to default kernel cmdline.

This commit is contained in:
Juan RP 2012-07-02 18:50:50 +02:00
parent 43b06322fe
commit bf5824ce2e
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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