mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
README.md: explain tsp-create/tsp-mount commands.
This commit is contained in:
parent
ca433fdaff
commit
9385bfb16f
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ in {
|
|||
}
|
||||
```
|
||||
|
||||
After `nixos-rebuild switch` this will add a `tsp-create` and a `tsp-mount`
|
||||
command:
|
||||
|
||||
- **tsp-create**: creates & formats the partitions according to `tsp-disk.json`
|
||||
- **tsp-mount**: mounts the partitions to `/mnt`
|
||||
|
||||
GUID Partition Table, LVM and dm-crypt
|
||||
--------------------------------------
|
||||
See `examples/`
|
||||
|
|
Loading…
Reference in a new issue