mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Allow configuring the root and boot filesystem mount specs via the install configuration file under [install]. As for other options, CLI arguments take precedence. For the to-existing-root flow, mount specs from config are ignored. Example configuration: ``` [install] root-mount-spec = "LABEL=rootfs" boot-mount-spec = "UUID=abcd-1234" ``` Fixes https://github.com/bootc-dev/bootc/issues/1939 Assisted-by: Opencode (Claude Opus 4.5) Signed-off-by: jbtrystram <jbtrystram@redhat.com>