diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
| commit | 3d52b2129312d5a91bb9619d78e0578c98f31547 (patch) | |
| tree | a551a1d2e9ddfecdc9b765d860d09cbde67385fe /README.md | |
| parent | 7beb31f48515cbc3eb0e91b09c2faa66ca286b15 (diff) | |
add hooks
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,16 +1,10 @@ -# SecKey +# Extern Luks Key This project is intended to be used when your system -uses a usb-drive to decrypt your system's root drive. - -If you want that if you plug out the stick your system shuts down -you are at the right place here. +uses an encrypted usb-drive to decrypt your system's root drive. ## Install -Edit the `config.mk` and insert the UUID of your usb-drive. -Then type: - ```sh -sudo make install +./install [UUID] ``` |