File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ other options.
47
47
Here's an example:
48
48
49
49
``` sh
50
- podman run --privileged --pid=host --security-opt label=type:unconfined_t < image> bootc install --target-no-signature-verification /path/to/disk
50
+ podman run --rm -- privileged --pid=host --security-opt label=type:unconfined_t < image> bootc install --target-no-signature-verification /path/to/disk
51
51
```
52
52
53
53
Note that while ` --privileged ` is used, this command will not perform any
@@ -210,7 +210,7 @@ support the root storage setup already initialized.
210
210
The core command should look like this:
211
211
212
212
``` sh
213
- podman run --privileged -v /:/target --pid=host --security-opt label=type:unconfined_t \
213
+ podman run --rm -- privileged -v /:/target --pid=host --security-opt label=type:unconfined_t \
214
214
< image> \
215
215
bootc install-to-filesystem --replace=alongside /target
216
216
```
You can’t perform that action at this time.
0 commit comments