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:08:52 +0000
committerGitHub <noreply@github.com>2021-05-14 20:08:52 +0000
commit9467a7cd77e3319049032a5bfa005a0515d64c4e (patch)
tree7beb8d4fe7bcddfeb6e9a4e3791cfba95a6b251e
parent0df6eced77ce54177a9a38f1d6d2bc3fb8f91fc9 (diff)
parent7f81281f5950eafd381826d7dde7b5661bd0c35b (diff)
Merge pull request #436 from archlinux/torxed-fix-292
Fixes #292: Removed dupe formatter
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 4c8af245..0ae253a0 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -292,8 +292,8 @@ def perform_installation_steps():
unlocked_device.format(fs.find_partition('/').filesystem)
unlocked_device.mount('/mnt')
else:
- fs.find_partition('/').format(fs.find_partition('/').filesystem)
fs.find_partition('/').mount('/mnt')
+
if hasUEFI():
fs.find_partition('/boot').mount('/mnt/boot')