Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/minimal.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-09-06 16:42:31 +0200
committerGitHub <noreply@github.com>2021-09-06 16:42:31 +0200
commite39e49ecc73c327fbb2161a080a7f9b4eacafb21 (patch)
tree3ba3d199d010f8f87793b6bd37a459782ad318a7 /examples/minimal.py
parent4505c3a11ff8a6bda21fc0d86a621b0cb86ee498 (diff)
parente10daf4c57b0aa6a8ce4677fc9375b6e8fbc84d0 (diff)
Merge pull request #426 from archlinux/torxed-rework-partitioning
Re-work partitioning logic, introducing more granularity (and stability)
Diffstat (limited to 'examples/minimal.py')
-rw-r--r--examples/minimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal.py b/examples/minimal.py
index 5da6f0c1..2aff1305 100644
--- a/examples/minimal.py
+++ b/examples/minimal.py
@@ -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