mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-11-21 01:36:34 +00:00
Optimized root variables
This commit is contained in:
@@ -243,8 +243,8 @@ if [ "$transfer_image" = "y" ]
|
||||
if [ "$encrypt_system" == "y" ]
|
||||
then
|
||||
info "Formating $root_partition_path with LUKS..." &&
|
||||
sudo cryptsetup -v luksFormat -c aes-xts-plain64 -s 512 -h sha512 --use-random -i 1000 "$root_partition_path" ||
|
||||
error
|
||||
sudo cryptsetup -v luksFormat -c aes-xts-plain64 -s 512 -h sha512 --use-random -i 1000 "$root_partition_path" &&
|
||||
set_root_variables || error
|
||||
fi
|
||||
|
||||
info "Format root partition..." &&
|
||||
|
||||
Reference in New Issue
Block a user