capitalize LUKS in echo

master
lub 3 weeks ago
parent 0044db91de
commit aec8cddac5

@ -13,7 +13,7 @@ esp="hardware/${1}/esp"
longhorn="hardware/${1}/longhorn"
# encrypt and unlock root device
echo -n 'Enter luks password: '
echo -n 'Enter LUKS password: '
read -s root_pwd
echo #to indicate progress after password prompt
echo -n $root_pwd | cryptsetup -q luksFormat "$root"

Loading…
Cancel
Save