From Fedora Project Wiki
Description
Install Fedora CoreOS with Zram enabled
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
- Figure out how you'd like to partition your FCOS instance (it should be a non-trivial case).
How to test
- Create an Ignition file.
- Follow instructions on how to configure Zram [1].
- # Launch your Fedora CoreOS system using this Ignition file. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
Expected Results
- You can SSH successfully into your FCOS system.
- Verify the swap device is set up by viewing the swapon --show output. You can also view the true compression ratio of the currently configured zram devices by running zramctl.
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.