Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-02-07 15:27:12 +0100
committerAnton Hvornum <anton@hvornum.se>2021-02-07 15:27:12 +0100
commit15aa16c4256079de97d530df280def65e92fd30b (patch)
tree74b11ea35971f36a767b1030f15283b87955a3fb /examples
parenta88a41abfb519582933e2e4b04a279f0887b91d1 (diff)
Renamed fat32 to vfat to work more seamlessly with findmnt and other tools that report fat32 as vfat
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index d6029f46..4f7da99f 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -285,7 +285,7 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs:
if harddrive.partition[1].size == '512M':
raise OSError('Trying to encrypt the boot partition for petes sake..')
- harddrive.partition[0].format('fat32')
+ harddrive.partition[0].format('vfat')
if disk_password:
# First encrypt and unlock, then format the desired partition inside the encrypted part.