We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23ef87 commit 748511bCopy full SHA for 748511b
1 file changed
system/initcpio/hooks/archiso
@@ -135,7 +135,8 @@ run_hook() {
135
# shellcheck disable=SC2154
136
# defined via initcpio's parse_cmdline()
137
[ -z "${archisodevice}" ] && archisodevice="/dev/disk/by-label/${archisolabel}"
138
- [ -z "${cow_spacesize}" ] && cow_spacesize="256M"
+ #[ -z "${cow_spacesize}" ] && cow_spacesize="256M"
139
+ [ -z "${cow_spacesize}" ] && cow_spacesize="1G"
140
141
142
if [ -n "${cow_label}" ]; then
0 commit comments