From 48b268dc9ec025eaff495939d5cd54ca0c8b795a Mon Sep 17 00:00:00 2001 From: Vendula Poncova Date: Thu, 16 Jul 2020 14:21:00 +0200 Subject: [PATCH] lorax: Enable swap on zram Install the zram-generator-defaults package on the boot.iso. --- share/templates.d/99-generic/runtime-install.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index 792cf700..a073fea7 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -111,6 +111,9 @@ installpkg libblockdev-lvm-dbus installpkg volume_key installpkg nss-tools +## enable swap on zram +installpkg zram-generator-defaults + ## SELinux support installpkg selinux-policy-targeted audit