grub: remove references to vanilla.

This commit is contained in:
Juan RP 2011-07-17 01:18:30 +02:00
parent 63580f114c
commit 8b0874222c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ GRUB_DEFAULT=0
#GRUB_HIDDENT_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Vanilla"
GRUB_DISTRIBUTOR="Void"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
#GRUB_TERMINAL=console
GRUB_GFXMODE=640x480

View file

@ -1,7 +1,7 @@
# Template file for 'grub'
pkgname=grub
version=1.99
revision=3
revision=4
distfiles="http://ftp.gnu.org/gnu/grub/grub-$version.tar.xz"
build_style=gnu_configure
short_desc="GRand Unified Bootloader 2"