Module config

Module config 

Source
Expand description

Β§Configuration for bootc install

This module handles the TOML configuration file for bootc install.

StructsΒ§

BasicFilesystems πŸ”’
This structure should only define β€œsystem” or β€œbasic” filesystems; we are not trying to generalize this into e.g. supporting /var or other ones.
Bootupd πŸ”’
Configuration options for bootupd, responsible for setting up the bootloader.
EnvProperties πŸ”’
Properties of the environment, such as the system architecture Left open for future properties such as platform.id
InstallConfiguration πŸ”’
The serialized [install] section
InstallConfigurationToplevel πŸ”’
The toplevel config entry for installation configs stored in bootc/install (e.g. /etc/bootc/install/05-custom.toml)
RootFS πŸ”’
Configuration for a filesystem

EnumsΒ§

Filesystem πŸ”’
A well known filesystem type.

TraitsΒ§

Mergeable πŸ”’

FunctionsΒ§

load_config πŸ”’
Load the install configuration, merging all found configuration files.
merge_basic πŸ”’

Type AliasesΒ§

OstreeRepoOpts πŸ”’
Configuration for ostree repository