vfat -> fat32, updated minimal
This commit is contained in:
parent
4e9b1c1635
commit
adae29c205
|
|
@ -53,7 +53,7 @@ if archinstall.arguments['harddrive']:
|
||||||
boot = fs.find_partition('/boot')
|
boot = fs.find_partition('/boot')
|
||||||
root = fs.find_partition('/')
|
root = fs.find_partition('/')
|
||||||
|
|
||||||
boot.format('vfat')
|
boot.format('fat32')
|
||||||
|
|
||||||
# We encrypt the root partition if we got a password to do so with,
|
# We encrypt the root partition if we got a password to do so with,
|
||||||
# Otherwise we just skip straight to formatting and installation
|
# Otherwise we just skip straight to formatting and installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue