Skip to main content

New answers tagged

0 votes

Passing luks passphrase to unlock encrypted rootfs with script instead of passing from the terminal

If you are working in a Bash shell, you can use a Bash here-string, with the <<< operator, as follows: cryptsetup luksOpen /dev/sda1 map_name <<< 'your_passphrase'
Gustav Streicher's user avatar

Top 50 recent answers are included