mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Cosmetics.
This commit is contained in:
parent
af28d414d3
commit
43f932e0e1
1 changed files with 2 additions and 2 deletions
|
|
@ -295,8 +295,8 @@ mkfs.fat -F 32 "$ESP" &>/dev/null
|
|||
|
||||
# Creating a LUKS Container for the root partition.
|
||||
print "Creating LUKS Container for the root partition."
|
||||
echo -n "$password" | cryptsetup luksFormat "$CRYPTROOT" -d -
|
||||
echo -n "$password" | cryptsetup open "$CRYPTROOT" cryptroot -d - &>/dev/null
|
||||
echo -n "$password" | cryptsetup luksFormat "$CRYPTROOT" -d - &>/dev/null
|
||||
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