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