diff --git a/share/templates.d/99-generic/live/x86.tmpl b/share/templates.d/99-generic/live/x86.tmpl index f015aa6d..c68cd136 100644 --- a/share/templates.d/99-generic/live/x86.tmpl +++ b/share/templates.d/99-generic/live/x86.tmpl @@ -95,7 +95,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR} %endif # Create optional product.img and updates.img -<% filegraft=""; images=["product", "updates"]; compressargs=None; %> +<% filegraft=""; images=["product", "updates"]; compressargs=""; %> %if basearch == 'i386': # Limit the amount of memory xz uses on i386 <% compressargs="--xz -9 --memlimit-compress=3700MiB" %> diff --git a/share/templates.d/99-generic/x86.tmpl b/share/templates.d/99-generic/x86.tmpl index 14ff677e..ca23c377 100644 --- a/share/templates.d/99-generic/x86.tmpl +++ b/share/templates.d/99-generic/x86.tmpl @@ -97,7 +97,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR} %endif # Create optional product.img and updates.img -<% filegraft=""; images=["product", "updates"]; compressargs=None; %> +<% filegraft=""; images=["product", "updates"]; compressargs=""; %> %if basearch == 'i386': # Limit the amount of memory xz uses on i386 <% compressargs="--xz -9 --memlimit-compress=3700MiB" %>