From Fedora Project Wiki

(Update links)
 
Line 6: Line 6:


|actions=
|actions=
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/fcct-config/#_storage_specification provide a custom storage specification]. You can take inspiration from the examples under [https://docs.fedoraproject.org/en-US/fedora-coreos/fcct-config/#_disks Disks] and [https://docs.fedoraproject.org/en-US/fedora-coreos/fcct-config/#_file_systems File systems] sections.
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/storage/ provide a custom storage specification]. For example, you can create [https://docs.fedoraproject.org/en-US/fedora-coreos/storage/#_setting_up_separate_var_mounts a new partition], or [https://docs.fedoraproject.org/en-US/fedora-coreos/storage/#_encrypted_storage_luks set up LUKS].
# Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_launching_fcos Launching FCOS] for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
# # Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_quickstart the Quickstart] and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).


|results=
|results=

Latest revision as of 14:49, 22 April 2021

Description

Install Fedora CoreOS using a customized, complex partitioning configuration.

Setup

  1. Download and verify the latest FCOS next image (pick the right image for your environment).
  2. Figure out how you'd like to partition your FCOS instance (it should be a non-trivial case).

How to test

  1. Create an Ignition file. When writing configuration, provide a custom storage specification. For example, you can create a new partition, or set up LUKS.
  2. # 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

  1. You can SSH successfully into your FCOS system.
  2. The FCOS system partitioning matches your Ignition file configuration (the disks are partitioned correctly, partitions have correct filesystems, etc).
  3. The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.