Skip to content

Commit 6a96d81

Browse files
authored
Merge pull request #402 from mvo5/tweak-install-fo-fs-example
docs: tweak install disk example
2 parents bedaccf + 2db27fa commit 6a96d81

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
@@ -219,7 +219,7 @@ process, you can create a raw disk image (that can e.g. be booted via virtualiza
219219
via e.g.:
220220

221221
```bash
222-
truncate -s 10G exampleos.raw
222+
truncate -s 10G myimage.raw
223223
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
224224
```
225225

0 commit comments

Comments
 (0)