mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
make-disk-image: fix spelling for --help
This commit is contained in:
parent
d52ca37645
commit
88b015b9eb
2 changed files with 9 additions and 9 deletions
|
@ -61,15 +61,15 @@ In the this example we create a flake containing a nixos configuration for
|
||||||
Options:
|
Options:
|
||||||
* --pre-format-files <src> <dst>
|
* --pre-format-files <src> <dst>
|
||||||
copies the src to the dst on the VM, before disko is run
|
copies the src to the dst on the VM, before disko is run
|
||||||
This is useful to provide secrets like LUKS keys, or other files you need for formating
|
This is useful to provide secrets like LUKS keys, or other files you need for formatting
|
||||||
* --post-format-files <src> <dst>
|
* --post-format-files <src> <dst>
|
||||||
copies the src to the dst on the finished image
|
copies the src to the dst on the finished image
|
||||||
These end up in the images later and is useful if you want to add some extra stateful files
|
These end up in the images later and is useful if you want to add some extra stateful files
|
||||||
They will have the same permissions but will be owned by root:root
|
They will have the same permissions but will be owned by root:root
|
||||||
* --build-memory
|
* --build-memory <amt>
|
||||||
specify the ammount of memory that gets allocated to the build vm (in mb)
|
specify the amount of memory in MiB that gets allocated to the build VM
|
||||||
This can be usefull if you want to build images with a more involed NixOS config
|
This can be useful if you want to build images with a more involed NixOS config
|
||||||
By default the vm will get 1024M/1GB
|
The default is 1024 MiB
|
||||||
```
|
```
|
||||||
|
|
||||||
An example run may look like this:
|
An example run may look like this:
|
||||||
|
|
|
@ -122,15 +122,15 @@ in
|
||||||
Options:
|
Options:
|
||||||
* --pre-format-files <src> <dst>
|
* --pre-format-files <src> <dst>
|
||||||
copies the src to the dst on the VM, before disko is run
|
copies the src to the dst on the VM, before disko is run
|
||||||
This is useful to provide secrets like LUKS keys, or other files you need for formating
|
This is useful to provide secrets like LUKS keys, or other files you need for formatting
|
||||||
* --post-format-files <src> <dst>
|
* --post-format-files <src> <dst>
|
||||||
copies the src to the dst on the finished image
|
copies the src to the dst on the finished image
|
||||||
These end up in the images later and is useful if you want to add some extra stateful files
|
These end up in the images later and is useful if you want to add some extra stateful files
|
||||||
They will have the same permissions but will be owned by root:root
|
They will have the same permissions but will be owned by root:root
|
||||||
* --build-memory <amt>
|
* --build-memory <amt>
|
||||||
specify the ammount of memory that gets allocated to the build vm (in mb)
|
specify the amount of memory in MiB that gets allocated to the build VM
|
||||||
This can be usefull if you want to build images with a more involed NixOS config
|
This can be useful if you want to build images with a more involed NixOS config
|
||||||
By default the vm will get 1024M/1GB
|
The default is 1024 MiB
|
||||||
USAGE
|
USAGE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue