|
|
|
@ -10,7 +10,7 @@ apt-get -y install lvm2 mdadm cryptsetup debootstrap
|
|
|
|
|
root="hardware/${1}/root"
|
|
|
|
|
boot="hardware/${1}/boot"
|
|
|
|
|
esp="hardware/${1}/esp"
|
|
|
|
|
longhorn="hardware/${1}/var/lib/longhorn"
|
|
|
|
|
longhorn="hardware/${1}/longhorn"
|
|
|
|
|
|
|
|
|
|
# encrypt and unlock root device
|
|
|
|
|
echo -n 'Enter luks password: '
|
|
|
|
|