[util-iso*] fix typo

This commit is contained in:
udeved 2015-06-22 14:47:06 +02:00
parent 89adce5b05
commit 146a18012a
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ set_mkinicpio_hooks(){
if ! ${pxe_boot};then
sed -e 's/miso_pxe_common miso_pxe_http //' -i $1
fi
if ! {plymouth_boot};then
if ! ${plymouth_boot};then
sed -e 's/plymouth //' -i $1
fi
}

View file

@ -38,7 +38,7 @@ configure_hosts(){
# $1: chroot
configure_plymouth(){
if {plymouth_boot};then
if ${plymouth_boot};then
msg2 "Setting plymouth $plymouth_theme ...."
sed -i -e "s/^.*Theme=.*/Theme=$plymouth_theme/" $1/etc/plymouth/plymouthd.conf
fi

View file

@ -415,7 +415,7 @@ load_profile_config(){
[[ -z ${pxe_boot} ]] && pxe_boot="true"
[[ -z {plymouth_boot} ]] && plymouth_boot="true"
[[ -z ${plymouth_boot} ]] && plymouth_boot="true"
[[ -z ${nonfree_xorg} ]] && nonfree_xorg="true"