Skip to content

Commit 0d39ce8

Browse files
committed
[fix] : Fixed cowspace
1 parent 04c08c4 commit 0d39ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/initcpio/hooks/archiso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ run_hook() {
172172
# shellcheck disable=SC2154
173173
# defined via initcpio's parse_cmdline()
174174
[ -z "${archisodevice}" ] && archisodevice="/dev/disk/by-label/${archisolabel}"
175-
[ -z "${cow_spacesize}" ] && cow_spacesize="256M"
175+
[ -z "${cow_spacesize}" ] && cow_spacesize="%COWSPACE%"
176176
# shellcheck disable=SC2154
177177
# defined via initcpio's parse_cmdline()
178178
if [ -n "${cow_label}" ]; then

0 commit comments

Comments
 (0)