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-05-14 20:13:10 +0200
committerAnton Hvornum <anton@hvornum.se>2021-05-14 20:13:10 +0200
commit3edb33c4398ac8ff0236f1b33341eafa9adafbad (patch)
tree9d361739286f9bcf0396f3f16a08439ef590ab10
parent6e898217eec4d287cb8d8ee4f70720fed6f6b4c7 (diff)
parentdc48bad941a25ded5a9a84144a80cf54195c0ce9 (diff)
Merging in dual-boot fix from master.
-rw-r--r--examples/guided.py2
1 files changed, 0 insertions, 2 deletions
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.