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:
committed by
Colin Walters
parent
1579c7d6fa
commit
a6d886170e
@@ -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}" \
|
||||
|
||||
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user