diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-04 12:16:39 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-04 12:16:39 -0400 |
| commit | 4d5e6c71b88d7aa5103240587d42b39fc0370618 (patch) | |
| tree | 2973cc2e9f9dead2449c21c51a795b3328766abd /templates/bootcblade-deploy.sh.j2 | |
| parent | a779ab016112935c8a0ad9500403e1fa3a08891a (diff) | |
v1.0 - switching to fedora, containerfile is modular, various changes for packages
Diffstat (limited to 'templates/bootcblade-deploy.sh.j2')
| -rw-r--r-- | templates/bootcblade-deploy.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootcblade-deploy.sh.j2 b/templates/bootcblade-deploy.sh.j2 index 9f4699f..9a3962b 100644 --- a/templates/bootcblade-deploy.sh.j2 +++ b/templates/bootcblade-deploy.sh.j2 @@ -8,4 +8,4 @@ podman run --rm --privileged \ localhost/bootcblade:latest \ 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' }} + --target-transport=containers-storage --acknowledge-destructive |
