bitlocker-luks-tools
bitlocker-luks-tools copied to clipboard
In your guide, you mention: > Technically it may contain any other content and may be followed by one or more partitions of any type. I prefer to leave them...
The install.sh script tries to replace a line, which doesn't exist: `sed -i "s/none luks,discard/[UUID] luks,discard,keyscript=\/bin\/luksunlockusb/g" /etc/crypttab` I am using MX Linux 23.3 (AHS) and the term **"none luks,discard"** doesn't...
I wanted to create keys with generate_key.sh and then I wanted to install the keys with install.sh But install.sh is deleting the keys after adding them to the luks partition,...