vfat -> fat32, updated minimal

This commit is contained in:
Anton Hvornum 2021-06-10 20:40:28 +02:00
parent 4e9b1c1635
commit adae29c205
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if archinstall.arguments['harddrive']:
boot = fs.find_partition('/boot')
root = fs.find_partition('/')
boot.format('vfat')
boot.format('fat32')
# We encrypt the root partition if we got a password to do so with,
# Otherwise we just skip straight to formatting and installation