index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Hesse <mail@eworm.de> | 2015-01-02 11:23:43 +0100 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2015-01-02 15:13:35 -0300 |
commit | 1084bb1d6bf23dfd9ce01b446866a125b6ce1f38 (patch) | |
tree | c627ff7ff8e4a098eef466f94946b09bb1ad3957 /hooks/archiso | |
parent | b49bfd99e82a97cebc59dbcbeaaf7857ee8a682d (diff) |
-rw-r--r-- | hooks/archiso | 4 |
diff --git a/hooks/archiso b/hooks/archiso index addd08a..1bd9419 100644 --- a/hooks/archiso +++ b/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}" |