We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1212f32 + b3d8a70 commit 3e6a323Copy full SHA for 3e6a323
docs/src/bootc-install.md
@@ -166,7 +166,7 @@ via e.g.:
166
167
```bash
168
truncate -s 10G myimage.raw
169
-podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v /var/lib/containers:/var/lib/containers -v .:/output <yourimage> bootc install to-disk --generic-image --via-loopback /output/myimage.raw
+podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v /dev:/dev -v /var/lib/containers:/var/lib/containers -v .:/output <yourimage> bootc install to-disk --generic-image --via-loopback /output/myimage.raw
170
```
171
172
Notice that we use `--generic-image` for this use case.
0 commit comments