Additional overlays to support provision-to-disk without ignition
- sfdisk - partitions the disk - mkfs - formats partitions - mkswap - formats partitions for swap - systemd.mount - explicit creation of systemd mount units - systemd.swap - explicit creation of systemd swap units Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -4,7 +4,8 @@ Provisioning disks
|
||||
|
||||
As a tech preview, Warewulf provides structures to define disks, partitions, and
|
||||
file systems. These structures can generate a configuration for `Ignition`_ to
|
||||
provision partitions and file systems dynamically on cluster nodes.
|
||||
provision partitions and file systems dynamically on cluster nodes, or with
|
||||
sfdisk, mkfs, and mkswap during boot.
|
||||
|
||||
.. _Ignition: https://coreos.github.io/ignition/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user