index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-14 18:11:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 18:11:02 +0000 |
commit | dc48bad941a25ded5a9a84144a80cf54195c0ce9 (patch) | |
tree | 271185982250d61daa94e931bd90c345cdf6a910 /examples | |
parent | d0676dfa3daf4f25fad01943fd22b8e3df42e7fb (diff) | |
parent | 2761e675a1e8073d0b150d9c01e5f74c4ac771c8 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 40bebabf..4c8af245 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -283,8 +283,6 @@ def perform_installation_steps(): partition.format() else: archinstall.log(f"Did not format {partition} because .safe_to_format() returned False or .allow_formatting was False.", level=logging.DEBUG) - if hasUEFI(): - fs.find_partition('/boot').format('vfat')# we don't have a boot partition in bios mode if archinstall.arguments.get('!encryption-password', None): # First encrypt and unlock, then format the desired partition inside the encrypted part. |