From 9888ac50d60639b8a8075062cf91e7dddbe8123683ea3f6afddf2170dd4596ad Mon Sep 17 00:00:00 2001 From: erebion Date: Tue, 17 Sep 2024 14:38:07 +0200 Subject: [PATCH] explain how to unlock the disk using touch --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 92e24d0..6ca23ce 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,24 @@ Unsolved: Camera (maybe this needs a firmware, have not yet looked at that) ## Fixes +### LUKS with Touch Screen + +Install `unl0kr`. + +Make sure to append `keyscript=/usr/share/initramfs-tools/scripts/unl0kr-keyscript` after `luks` in `/etc/crypttab` + +The line should look similar to this: + +``` +root UUID= none luks,keyscript=/usr/share/initramfs-tools/scripts/unl0kr-keyscript +``` + +Then create a new initramfs: `update-initramfs -c -k all` + +Reboot. An on-screen keyboard should now appear for unlocking the disk. + +### GNOME + To get a button to close windows in GNOME: ```