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 21:29:49 +0200
committerAnton Hvornum <anton@hvornum.se>2021-05-14 21:29:49 +0200
commit7f81281f5950eafd381826d7dde7b5661bd0c35b (patch)
tree7beb8d4fe7bcddfeb6e9a4e3791cfba95a6b251e
parent0df6eced77ce54177a9a38f1d6d2bc3fb8f91fc9 (diff)
Removed dupe formatter
There should be no reason to call `.format()` here, since the steps above take care of all formatting.
-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')