Skip to content

Commit e1f79fc

Browse files
committed
docs: install to-disk --via-loopback requires root
Update the --via-loopback example to clarify that this must be run as root. We already state this at the very top of this document, but this makes it clearer for users who skip directly down to this example command.
1 parent 0e0dd2e commit e1f79fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/bootc-install.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ does not do this today, in the future it may automatically migrate
184184
### Using `bootc install to-disk --via-loopback`
185185

186186
Because every `bootc` system comes with an opinionated default installation
187-
process, you can create a raw disk image (that can e.g. be booted via virtualization)
188-
via e.g.:
187+
process, you can create a raw disk image that you can boot via virtualization. Run these commands as root:
189188

190189
```bash
191190
truncate -s 10G myimage.raw

0 commit comments

Comments
 (0)