From 2417d3db3744bf4ed3ba2dc19b0c67806c396e71 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 22 Dec 2011 00:04:59 +0100
Subject: [PATCH] vmklive: set vga=current, remove quiet from kernel cmdline.

---
 srcpkgs/vmklive/files/mklive.sh.in | 4 ++--
 srcpkgs/vmklive/template           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vmklive/files/mklive.sh.in b/srcpkgs/vmklive/files/mklive.sh.in
index 55c47880be..98e165b69b 100755
--- a/srcpkgs/vmklive/files/mklive.sh.in
+++ b/srcpkgs/vmklive/files/mklive.sh.in
@@ -108,13 +108,13 @@ LABEL linux
 MENU LABEL Boot Void GNU/Linux ${kver} ($(uname -m))
 KERNEL /casper/vmlinuz
 INITRD /casper/initrd.lz
-APPEND boot=casper quiet keymap=${KEYMAP:-us} locale=${LOCALE:-en_US.UTF-8} ro
+APPEND boot=casper vga=current keymap=${KEYMAP:-us} locale=${LOCALE:-en_US.UTF-8} ro
 
 LABEL linuxtoram
 MENU LABEL Boot Void GNU/Linux ${kver} (RAM) ($(uname -m))
 KERNEL /casper/vmlinuz
 INITRD /casper/initrd.lz
-APPEND boot=casper quiet toram keymap=${KEYMAP:-us} locale=${LOCALE:-en_US.UTF-8} ro
+APPEND boot=casper vga=current toram keymap=${KEYMAP:-us} locale=${LOCALE:-en_US.UTF-8} ro
 
 LABEL c
 MENU LABEL Boot first HD found by the BIOS
diff --git a/srcpkgs/vmklive/template b/srcpkgs/vmklive/template
index c76b7ff04b..e7bef2f4fa 100644
--- a/srcpkgs/vmklive/template
+++ b/srcpkgs/vmklive/template
@@ -1,6 +1,6 @@
 # Template file for 'vmklive'
 pkgname=vmklive
-version=0.6.2
+version=0.6.3
 short_desc="Void GNU/Linux live image maker"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="Public domain"