xbps-mklive: pass 'quiet' argument to kernel cmdline.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-04 23:15:16 +01:00
parent 8f84f036d8
commit a5d33277c7
2 changed files with 3 additions and 3 deletions

View file

@ -123,13 +123,13 @@ LABEL linux
MENU LABEL Boot XBPS GNU/Linux ${kver} ($(uname -m))
KERNEL /casper/vmlinuz
INITRD /casper/initrd.lz
APPEND boot=casper keymap=es locale=es_ES
APPEND boot=casper keymap=es locale=es_ES quiet
LABEL linuxtoram
MENU LABEL Boot XBPS GNU/Linux ${kver} (toram) ($(uname -m))
KERNEL /casper/vmlinuz
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
MENU LABEL Boot first HD found by the BIOS

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-mklive'
pkgname=xbps-mklive
version=0.3.4
version=0.3.5
build_style=custom-install
short_desc="XBPS Live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"