mirror of
https://github.com/nix-community/disko
synced 2024-11-13 23:57:12 +00:00
parent
380847d94f
commit
856a290215
1 changed files with 0 additions and 4 deletions
|
@ -104,10 +104,6 @@ In the this example we create a flake containing a nixos configuration for
|
|||
disko.devices.disk.<drive>.imageSize = "32G"; # Set your preferred size
|
||||
```
|
||||
|
||||
- If the `.raw` image size is not optimal, use `--write-to-disk` to write
|
||||
directly to a drive. This bypasses the `.raw` file generation, which saves on
|
||||
read/write operations and is suitable for single disk setups.
|
||||
|
||||
## Understanding the Image Generation Process
|
||||
|
||||
1. Files specified in `--pre-format-files` and `--post-format-files` are
|
||||
|
|
Loading…
Reference in a new issue