Skip to content

Commit

Permalink
docs: tweak install disk example
Browse files Browse the repository at this point in the history
The current example for installing to a disk is slightly inconsistent
as the truncated filename and the target in bootc do not match.

This trivial commit aligns them.
  • Loading branch information
mvo5 committed Mar 19, 2024
1 parent d039f26 commit 2db27fa
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 2db27fa

Please sign in to comment.