aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade-deploy.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bootcblade-deploy.sh.j2')
-rw-r--r--templates/bootcblade-deploy.sh.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/bootcblade-deploy.sh.j2 b/templates/bootcblade-deploy.sh.j2
index ecd91e3..9f4699f 100644
--- a/templates/bootcblade-deploy.sh.j2
+++ b/templates/bootcblade-deploy.sh.j2
@@ -6,4 +6,6 @@ podman run --rm --privileged \
--volume /:/target \
--entrypoint bootc \
localhost/bootcblade:latest \
- install to-filesystem --skip-fetch-check --replace=alongside /target --root-ssh-authorized-keys /target/root/.ssh/authorized_keys {{ '' if bootc_acknowledge is false else '--acknowledge-destructive' }}
+ install to-filesystem --skip-fetch-check --replace=alongside /target \
+ --root-ssh-authorized-keys /target/root/.ssh/authorized_keys \
+ --target-transport=containers-storage {{ '' if bootc_acknowledge is false else '--acknowledge-destructive' }}