explain how to unlock the disk using touch

This commit is contained in:
erebion 2024-09-17 14:38:07 +02:00
parent c227d805a2
commit 9888ac50d6

View file

@ -26,6 +26,24 @@ Unsolved: Camera (maybe this needs a firmware, have not yet looked at that)
## Fixes ## 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=<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: To get a button to close windows in GNOME:
``` ```