vmklive: set vga=current, remove quiet from kernel cmdline.

This commit is contained in:
Juan RP 2011-12-22 00:04:59 +01:00
parent fe907ec847
commit 2417d3db37
2 changed files with 3 additions and 3 deletions

View File

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

View File

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