From 15aa16c4256079de97d530df280def65e92fd30b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 7 Feb 2021 15:27:12 +0100 Subject: Renamed fat32 to vfat to work more seamlessly with findmnt and other tools that report fat32 as vfat --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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. -- cgit v1.2.3-70-g09d2