1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

composefs-backend: Rename 'composefs-native' to 'composefs-backend'

We were using composefs-native and composefs-backend interchangeably.
Replace all instances of `composefs-native` with `composefs-backend`

Move all composefs-backend options to a single struct so that we can
test for boolean instead of testing for Some/None for composefs-backend
options

Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Pragyan Poudyal
2025-10-08 11:51:48 +05:30
committed by Colin Walters
parent 1579c7d6fa
commit a6d886170e
8 changed files with 39 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ podman run \
--security-opt label=type:unconfined_t \
"${IMAGE}" \
bootc install to-disk \
--composefs-native \
--composefs-backend \
--boot=uki \
--source-imgref="containers-storage:${IMAGE}" \
--target-imgref="${IMAGE}" \

View File

@@ -24,7 +24,7 @@ podman run \
--security-opt label=type:unconfined_t \
"${IMAGE}" \
bootc install to-disk \
--composefs-native \
--composefs-backend \
--boot=uki \
--source-imgref="containers-storage:${IMAGE}" \
--target-imgref="${IMAGE}" \