Skip to content

Commit

Permalink
Merge pull request #194 from cgwalters/install-doc-rm
Browse files Browse the repository at this point in the history
docs/install: Also document using `--rm`
  • Loading branch information
cgwalters committed Nov 10, 2023
2 parents b57ddbd + 3311087 commit 282eff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ other options.
Here's an example:

```sh
podman run --privileged --pid=host --security-opt label=type:unconfined_t <image> bootc install --target-no-signature-verification /path/to/disk
podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t <image> bootc install --target-no-signature-verification /path/to/disk
```

Note that while `--privileged` is used, this command will not perform any
Expand Down Expand Up @@ -210,7 +210,7 @@ support the root storage setup already initialized.
The core command should look like this:

```sh
podman run --privileged -v /:/target --pid=host --security-opt label=type:unconfined_t \
podman run --rm --privileged -v /:/target --pid=host --security-opt label=type:unconfined_t \
<image> \
bootc install-to-filesystem --replace=alongside /target
```
Expand Down

0 comments on commit 282eff6

Please sign in to comment.