diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2019-09-16 10:56:55 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2019-09-16 10:56:55 +0100 |
commit | 9385bfb16f7e6b1688debfed469fd17330178c0b (patch) | |
tree | d5c330333f6f96b2ffb4dd97681ea033b9910788 | |
parent | ca433fdaffcb49295a1822e2f9736a6b754202fc (diff) |
README.md: explain tsp-create/tsp-mount commands.
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 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/` |