From Fedora Project Wiki
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
|results= | |results= | ||
# You can SSH successfully into your FCOS system | # You can SSH successfully into your FCOS system. | ||
# The package is successfully layered and usable. | # The package is successfully layered and usable. | ||
# The linked documentation makes sense, nothing is obviously missing, and the instructions are clear. | # The linked documentation makes sense, nothing is obviously missing, and the instructions are clear. |
Latest revision as of 16:20, 28 March 2023
Description
Install Fedora CoreOS and add OS extensions
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
How to test
- Create an Ignition file. When writing the configuration, provide a systemd unit which installs a package using
rpm-ostree install
. The documentation usesvim
as an example, but feel free to use another package of your choice (or even multiple packages). - 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.
- The package is successfully layered and usable.
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.