Skip to content

Commit 748511b

Browse files
committed
[fix] : Changes cowspace size
1 parent a23ef87 commit 748511b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/initcpio/hooks/archiso

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ run_hook() {
135135
# shellcheck disable=SC2154
136136
# defined via initcpio's parse_cmdline()
137137
[ -z "${archisodevice}" ] && archisodevice="/dev/disk/by-label/${archisolabel}"
138-
[ -z "${cow_spacesize}" ] && cow_spacesize="256M"
138+
#[ -z "${cow_spacesize}" ] && cow_spacesize="256M"
139+
[ -z "${cow_spacesize}" ] && cow_spacesize="1G"
139140
# shellcheck disable=SC2154
140141
# defined via initcpio's parse_cmdline()
141142
if [ -n "${cow_label}" ]; then

0 commit comments

Comments
 (0)