On Thu, Jul 16, 2020 at 7:13 AM Chris Murphy lists@colorremedies.com wrote:
I've tested some images and this is going OK for the Live ISOs, but the boot.iso based images like netinstallers and dvds (silverblue, Server DVD) for some reason do not have zram-generator-defaults on them. Therefore those installation environments don't have a swap-on-zram setup.
I see the 'Recommends: zram-generator-defaults'
https://src.fedoraproject.org/rpms/anaconda/blob/master/f/anaconda.spec#_187
Yet that's somehow not enough? Nor is it enough that zram-generator-defaults is in @standard, to get it onto all the install media?
It looks like lorax doesn't install weak dependencies. I have opened a new pull request to fix the boot.iso: https://github.com/weldr/lorax/pull/1048
Related PRs https://pagure.io/fedora-comps/pull-request/513 https://pagure.io/fedora-kickstarts/pull-request/658
So far the installed OS's from these do have zram-generator-defaults installed, and the swap-on-zram device is up and running OK. The one installation that doesn't have it is the 'Custom Fedora' (I think this is also known as minimal package set) installation I used when doing an Everything netinstall installation.
Chris Murphy