Exit if cryptsetup open fails
This commit is contained in:
parent
0f8bfe2875
commit
89f1600ca0
@ -262,7 +262,7 @@ install() {
|
|||||||
log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")"
|
log "info" "Encrypting $(important "${install_disk}"), if you are prompted type $(important "YES")"
|
||||||
cryptsetup -y -v luksFormat "${install_path}" || exit
|
cryptsetup -y -v luksFormat "${install_path}" || exit
|
||||||
log "info" "Requesting opening of $(important "${install_disk}")"
|
log "info" "Requesting opening of $(important "${install_disk}")"
|
||||||
cryptsetup open "${install_path}" cryptroot
|
cryptsetup open "${install_path}" cryptroot || exit
|
||||||
log "info" "Creating file systems..."
|
log "info" "Creating file systems..."
|
||||||
mkdfs.fat -F32 "${install_path}"
|
mkdfs.fat -F32 "${install_path}"
|
||||||
mkfs.ext4 "/dev/mapper/cryptroot"
|
mkfs.ext4 "/dev/mapper/cryptroot"
|
||||||
|
Loading…
Reference in New Issue
Block a user