From 1e96609ebc648b7f252d79332a9e08d70fc9d26a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 30 Mar 2022 13:56:47 -0500 Subject: [PATCH] Install zram-generator Try to maximize memory efficiency using using an in-memory block device with on-the-fly compression as swap space. --- mkrootfs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkrootfs.sh b/mkrootfs.sh index c8a7b91..0eea2b0 100644 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -31,6 +31,8 @@ dnf --installroot "${destdir}" install -y \ xinit \ xorg-x11-server-Xorg \ xset \ + zram-generator \ + zram-generator-defaults \ -- dnf --installroot "${destdir}" install -y \