diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index 5759cdd..97ff7e6 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -265,7 +265,7 @@ install() { log "info" "Requesting opening of $(important "${install_disk}p2")" cryptsetup open "${install_path}p2" cryptroot || exit log "info" "Creating file systems..." - mkdfs.fat -F32 "${install_path}p1" + mkfs.fat -F32 "${install_path}p1" mkfs.ext4 "/dev/mapper/cryptroot" log "info" "Created file systems"