summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-09-16 10:56:55 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-09-16 10:56:55 +0100
commit9385bfb16f7e6b1688debfed469fd17330178c0b (patch)
treed5c330333f6f96b2ffb4dd97681ea033b9910788 /README.md
parentca433fdaffcb49295a1822e2f9736a6b754202fc (diff)
README.md: explain tsp-create/tsp-mount commands.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3681cde..27cd3f1 100644
--- a/README.md
+++ b/README.md
@@ -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/`