File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,19 @@ storage or filesystem setups, but reuses the "top half" of the logic.
211
211
For example, a goal is to change [ Anaconda] ( https://github.com/rhinstaller/anaconda/ )
212
212
to use this.
213
213
214
+ ### Using ` bootc install to-disk --via-loopback `
215
+
216
+ Because every ` bootc ` system comes with an opinionated default installation
217
+ process, you can create a raw disk image (that can e.g. be booted via virtualization)
218
+ via e.g.:
219
+
220
+ ``` bash
221
+ truncate -s 10G exampleos.raw
222
+ podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v .:/output < yourimage> bootc install to-disk --generic-image --via-loopback /output/myimage.raw
223
+ ```
224
+
225
+ Notice that we use ` --generic-image ` for this use case.
226
+
214
227
### Using ` bootc install to-filesystem --replace=alongside `
215
228
216
229
This is a variant of ` install to-filesystem ` , which maximizes convenience for using
You can’t perform that action at this time.
0 commit comments