From 0b7a77cfc319515cc4ebdb3651ba6283c06cf773 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 2 Jan 2015 11:23:43 +0100 Subject: use consistent syntax for boot parameter processing Signed-off-by: Christian Hesse --- archiso/initcpio/hooks/archiso | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/archiso/initcpio/hooks/archiso b/archiso/initcpio/hooks/archiso index addd08a..1bd9419 100644 --- a/archiso/initcpio/hooks/archiso +++ b/archiso/initcpio/hooks/archiso @@ -100,9 +100,7 @@ run_hook() { [[ -z "${archisobasedir}" ]] && archisobasedir="arch" [[ -z "${dm_snap_prefix}" ]] && dm_snap_prefix="arch" [[ -z "${archisodevice}" ]] && archisodevice="/dev/disk/by-label/${archisolabel}" - if [[ -z "${cowfile_size}" ]]; then - cowfile_size="256M" - fi + [[ -z "${cowfile_size}" ]] && cowfile_size="256M" if [[ -n "${cow_label}" ]]; then cow_device="/dev/disk/by-label/${cow_label}" -- cgit v1.2.3-54-g00ecf