Skip to content

Commit 03d1a06

Browse files
authored
Merge pull request #484 from henrywang/fix_readme
doc: add "-v /dev:/dev" in bootc install to-disk
2 parents 5b618b8 + a21e3bc commit 03d1a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/bootc-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ to an existing system and install your container image. Failure to run
5353
Here's an example of using `bootc install` (root/elevated permission required):
5454

5555
```bash
56-
podman run --rm --privileged --pid=host -v /var/lib/containers:/var/lib/containers --security-opt label=type:unconfined_t <image> bootc install to-disk /path/to/disk
56+
podman run --rm --privileged --pid=host -v /var/lib/containers:/var/lib/containers -v /dev:/dev --security-opt label=type:unconfined_t <image> bootc install to-disk /path/to/disk
5757
```
5858

5959
Note that while `--privileged` is used, this command will not perform any

0 commit comments

Comments
 (0)