|
|
|
@ -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"
|
|
|
|
|