From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Install Fedora CoreOS using a customized, complex partitioning configuration. |setup= # Download and verify the latest [https://getfedora.org/core...") |
m (Kparal moved page User:Sumantrom/Draft/Testcase CoreOS complex partitioning to QA:Testcase CoreOS complex partitioning: make it official) |
(No difference)
|
Revision as of 20:42, 5 June 2020
Description
Install Fedora CoreOS using a customized, complex partitioning configuration.
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. When writing configuration, provide a custom storage specification. You can take inspiration from the examples under Disks and File systems sections.
- Launch your Fedora CoreOS system using this Ignition file. See Launching FCOS 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 FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, etc).
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.