vmklive: set vga=current, remove quiet from kernel cmdline.
This commit is contained in:
parent
fe907ec847
commit
2417d3db37
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue