vmklive: set quiet, keymap to us and LANG to en_US.UTF-8.
This commit is contained in:
parent
c0239a20d5
commit
10b22d1853
|
@ -103,13 +103,13 @@ LABEL linux
|
|||
MENU LABEL Boot Void GNU/Linux ${kver} ($(uname -m))
|
||||
KERNEL /casper/vmlinuz
|
||||
INITRD /casper/initrd.lz
|
||||
APPEND boot=casper keymap=${KEYMAP:-es} locale=${LOCALE:-es_ES} ro
|
||||
APPEND boot=casper quiet keymap=${KEYMAP:-us} locale=${LOCALE:-en_US.UTF-8} ro
|
||||
|
||||
LABEL linuxtoram
|
||||
MENU LABEL Boot Void GNU/Linux ${kver} (toram) ($(uname -m))
|
||||
MENU LABEL Boot Void GNU/Linux ${kver} (RAM) ($(uname -m))
|
||||
KERNEL /casper/vmlinuz
|
||||
INITRD /casper/initrd.lz
|
||||
APPEND boot=casper toram keymap=${KEYMAP:-es} locale=${LOCALE:-es_ES} ro
|
||||
APPEND boot=casper quiet 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.5.2
|
||||
version=0.5.3
|
||||
build_style=custom-install
|
||||
short_desc="Void GNU/Linux live image maker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue