We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c08c4 commit 0d39ce8Copy full SHA for 0d39ce8
1 file changed
system/initcpio/hooks/archiso
@@ -172,7 +172,7 @@ run_hook() {
172
# shellcheck disable=SC2154
173
# defined via initcpio's parse_cmdline()
174
[ -z "${archisodevice}" ] && archisodevice="/dev/disk/by-label/${archisolabel}"
175
- [ -z "${cow_spacesize}" ] && cow_spacesize="256M"
+ [ -z "${cow_spacesize}" ] && cow_spacesize="%COWSPACE%"
176
177
178
if [ -n "${cow_label}" ]; then
0 commit comments