This commit is contained in:
Price Hiller 2021-11-25 16:45:48 -06:00
parent af458b722c
commit 692efa5682

View File

@ -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"