Implemented manjaro 22 and sha 512 check

This commit is contained in:
2023-06-20 08:50:59 +02:00
parent cd7b58d4fe
commit 2d8a7fb3cb
2 changed files with 18 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ set_device_path(){
OPTIMAL_BLOCKSIZE="4K"
fi
info "Optimal blocksize set to: $OPTIMAL_BLOCKSIZE" || error
}
overwritte_device_with_zeros(){
question "Should $device_path be overwritten with zeros before copying?(y/N)" && read -r copy_zeros_to_device