Skip to content

Commit

Permalink
Merge pull request #828 from jeckersb/docs-via-loopback-dev
Browse files Browse the repository at this point in the history
docs: install: Add /dev volume mounts for loopback example
  • Loading branch information
cgwalters authored Oct 15, 2024
2 parents 1212f32 + b3d8a70 commit 3e6a323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/bootc-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ via e.g.:

```bash
truncate -s 10G myimage.raw
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
```

Notice that we use `--generic-image` for this use case.
Expand Down

0 comments on commit 3e6a323

Please sign in to comment.