mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fixing variable.
This commit is contained in:
parent
c3cc5b8414
commit
7f3e268c89
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ mkfs.fat -F 32 $ESP &>/dev/null
|
|||
# Creating a LUKS Container for the root partition.
|
||||
print "Creating LUKS Container for the root partition."
|
||||
read -r -p "Insert password for the LUKS container: " password
|
||||
echo -n "$hostname" | cryptsetup luksFormat $Cryptroot -d -
|
||||
echo -n "$hostname" | cryptsetup open $Cryptroot cryptroot -d -
|
||||
echo -n "$password" | cryptsetup luksFormat $Cryptroot -d -
|
||||
echo -n "$password" | cryptsetup open $Cryptroot cryptroot -d -
|
||||
BTRFS="/dev/mapper/cryptroot"
|
||||
|
||||
# Formatting the LUKS Container as BTRFS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue