xbps-mklive: pass 'quiet' argument to kernel cmdline.
--HG-- branch : gnome3
This commit is contained in:
parent
8f84f036d8
commit
a5d33277c7
2 changed files with 3 additions and 3 deletions
|
@ -123,13 +123,13 @@ LABEL linux
|
||||||
MENU LABEL Boot XBPS GNU/Linux ${kver} ($(uname -m))
|
MENU LABEL Boot XBPS GNU/Linux ${kver} ($(uname -m))
|
||||||
KERNEL /casper/vmlinuz
|
KERNEL /casper/vmlinuz
|
||||||
INITRD /casper/initrd.lz
|
INITRD /casper/initrd.lz
|
||||||
APPEND boot=casper keymap=es locale=es_ES
|
APPEND boot=casper keymap=es locale=es_ES quiet
|
||||||
|
|
||||||
LABEL linuxtoram
|
LABEL linuxtoram
|
||||||
MENU LABEL Boot XBPS GNU/Linux ${kver} (toram) ($(uname -m))
|
MENU LABEL Boot XBPS GNU/Linux ${kver} (toram) ($(uname -m))
|
||||||
KERNEL /casper/vmlinuz
|
KERNEL /casper/vmlinuz
|
||||||
INITRD /casper/initrd.lz
|
INITRD /casper/initrd.lz
|
||||||
APPEND boot=casper toram keymap=es locale=es_ES
|
APPEND boot=casper toram keymap=es locale=es_ES quiet
|
||||||
|
|
||||||
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 'xbps-mklive'
|
# Template file for 'xbps-mklive'
|
||||||
pkgname=xbps-mklive
|
pkgname=xbps-mklive
|
||||||
version=0.3.4
|
version=0.3.5
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="XBPS Live image maker"
|
short_desc="XBPS Live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue