fix
This commit is contained in:
parent
a653d2eded
commit
cd3615e376
@ -376,8 +376,6 @@ partitions() {
|
|||||||
echo "Setting Up Partitions....."
|
echo "Setting Up Partitions....."
|
||||||
printf "$DISK_PASSWORD" | cryptsetup open ${BTRFS} $ROOT_MAPPER_NAME
|
printf "$DISK_PASSWORD" | cryptsetup open ${BTRFS} $ROOT_MAPPER_NAME
|
||||||
|
|
||||||
unmount
|
|
||||||
|
|
||||||
if [[ -e "/dev/mapper/$ROOT_MAPPER_NAME" ]]; then
|
if [[ -e "/dev/mapper/$ROOT_MAPPER_NAME" ]]; then
|
||||||
echo
|
echo
|
||||||
echo "Formatting $EFI"
|
echo "Formatting $EFI"
|
||||||
|
Loading…
Reference in New Issue
Block a user