Re: QUESTION
Milan Broz <[email protected]> Mon, 3 Jul 2023 16:02:31 +0200
| Newsgroups | dev.linux.lists.cryptsetup |
|---|---|
| Message-ID | <[email protected]> |
I think you already got a reply, see https://lore.kernel.org/cryptsetup/CACJx3YpDV2=J8rStSG685iBSW6OSEV2UaS4oRL6=qVGGSsoRvQ@mail.gmail.com/T/#t cryptsetup is just tool to unlock disks, to handle input you need to load all proper drivers and sw before it (in initramfs usually cryptsetup just receive input (passphrase) from other tool, it does not handle query directly. I am not sure if there is an easy way to do it, but this is definitely question for your distribution. Systemd has a way how to ask external application for input, but I have no idea if anyone use touch screen this way. Milan On 7/3/23 15:18, Alvaro a-m wrote: > HI everyone, > > My name is Álvaro. I'm texting you this email about LUKS. I have a USB > with 3 partitions (/efi, /boot and /data with LVMs encrypted by LUKS). > I have a problem entering the password as I don't have a keyboard and > I need to enter the password with a touch screen. I tried to search > for information about that but nothing was successful. > > Do you know any solution for this? Can I enable the touch screen > before LUKS gets up? > Thank you, have a nice day. > > Kind regards, > Álvaro > > El mié, 28 jun 2023 a las 10:45, Alvaro a-m (<[email protected]>) escribió: >> >> HI everyone, >> >> My name is Álvaro. I'm texting you this email about LUKS. I have a USB >> with 3 partitions (/efi, /boot and /data with LVMs encrypted by LUKS). >> I have a problem entering the password as I don't have a keyboard and >> I need to enter the password with a touch screen. I tried to search >> for information about that but nothing was successful. >> >> Do you know any solution for this? Can I enable the touch screen >> before LUKS gets up? >> Thank you, have a nice day. >> >> Kind regards, >> Álvaro >