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: ```