explain how to unlock the disk using touch
This commit is contained in:
parent
c227d805a2
commit
9888ac50d6
1 changed files with 18 additions and 0 deletions
18
README.md
18
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=<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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue