diff options
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] ``` |