Install zram-generator

Try to maximize memory efficiency using using an in-memory block device
with on-the-fly compression as swap space.
pull/1/head
Dustin 2022-03-30 13:56:47 -05:00
parent 1737604441
commit 1e96609ebc
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ dnf --installroot "${destdir}" install -y \
xinit \ xinit \
xorg-x11-server-Xorg \ xorg-x11-server-Xorg \
xset \ xset \
zram-generator \
zram-generator-defaults \
-- --
dnf --installroot "${destdir}" install -y \ dnf --installroot "${destdir}" install -y \