grub: enable gfxterm, use default void splash for bg.
This commit is contained in:
parent
444e298bae
commit
d7e911ab67
2 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Example configuration file for grub2.
|
# Configuration file for GRUB.
|
||||||
#
|
#
|
||||||
GRUB_DEFAULT=0
|
GRUB_DEFAULT=0
|
||||||
#GRUB_HIDDENT_TIMEOUT=0
|
#GRUB_HIDDENT_TIMEOUT=0
|
||||||
|
@ -7,9 +7,8 @@ GRUB_DEFAULT=0
|
||||||
GRUB_TIMEOUT=5
|
GRUB_TIMEOUT=5
|
||||||
GRUB_DISTRIBUTOR="Void"
|
GRUB_DISTRIBUTOR="Void"
|
||||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||||
#GRUB_TERMINAL=console
|
GRUB_TERMINAL_OUTPUT=gfxterm
|
||||||
GRUB_GFXMODE=640x480
|
GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
|
||||||
|
#GRUB_GFXMODE=1920x1080x32
|
||||||
#GRUB_DISABLE_LINUX_UUID=true
|
#GRUB_DISABLE_LINUX_UUID=true
|
||||||
#GRUB_DISABLE_LINUX_RECOVERY=true
|
#GRUB_DISABLE_LINUX_RECOVERY=true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grub'
|
# Template file for 'grub'
|
||||||
pkgname=grub
|
pkgname=grub
|
||||||
version=1.99
|
version=1.99
|
||||||
revision=5
|
revision=6
|
||||||
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
|
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="GRand Unified Bootloader 2"
|
short_desc="GRand Unified Bootloader 2"
|
||||||
|
|
Loading…
Reference in a new issue