vmklive: set vga=current, remove quiet from kernel cmdline.
This commit is contained in:
parent
fe907ec847
commit
2417d3db37
2 changed files with 3 additions and 3 deletions
srcpkgs/vmklive
|
@ -108,13 +108,13 @@ LABEL linux
|
||||||
MENU LABEL Boot Void GNU/Linux ${kver} ($(uname -m))
|
MENU LABEL Boot Void GNU/Linux ${kver} ($(uname -m))
|
||||||
KERNEL /casper/vmlinuz
|
KERNEL /casper/vmlinuz
|
||||||
INITRD /casper/initrd.lz
|
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
|
LABEL linuxtoram
|
||||||
MENU LABEL Boot Void GNU/Linux ${kver} (RAM) ($(uname -m))
|
MENU LABEL Boot Void GNU/Linux ${kver} (RAM) ($(uname -m))
|
||||||
KERNEL /casper/vmlinuz
|
KERNEL /casper/vmlinuz
|
||||||
INITRD /casper/initrd.lz
|
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
|
LABEL c
|
||||||
MENU LABEL Boot first HD found by the BIOS
|
MENU LABEL Boot first HD found by the BIOS
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
short_desc="Void GNU/Linux live image maker"
|
short_desc="Void GNU/Linux live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Reference in a new issue