Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-06-10 20:40:28 +0200
committerAnton Hvornum <anton@hvornum.se>2021-06-10 20:40:28 +0200
commitadae29c205140da16132d318876ccb278a166e37 (patch)
tree1c698a7a90bc18162fa4e443435d9bad12561e24
parent4e9b1c163574b44517c6e09de4c91c4ef5995969 (diff)
vfat -> fat32, updated minimal
-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