Skip to content

Commit

Permalink
Merge pull request #402 from mvo5/tweak-install-fo-fs-example
Browse files Browse the repository at this point in the history
docs: tweak install disk example
  • Loading branch information
cgwalters committed Mar 19, 2024
2 parents bedaccf + 2db27fa commit 6a96d81
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 @@ -219,7 +219,7 @@ process, you can create a raw disk image (that can e.g. be booted via virtualiza
via e.g.:

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

Expand Down

0 comments on commit 6a96d81

Please sign in to comment.