Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-03-14 15:39:52 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-14 15:39:52 +0100
commit54200bf476d004721a03c89ce1916fc7c79124a2 (patch)
tree0f2f8de256182acfb11d4bd3778ce7e277c0bf16 /examples
parent51cbec58da9b0695d0a4805ef31bc065c560b344 (diff)
Removed evil .format(ext4) which was a remenant from the old days.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 0816f3bf..87f46b35 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -270,7 +270,6 @@ def perform_installation_steps():
language=archinstall.arguments['keyboard-language'],
mirrors=archinstall.arguments['mirror-region'])
else:
- archinstall.arguments['harddrive'].partition[1].format('ext4')
perform_installation(device=fs.find_partition('/'),
boot_partition=fs.find_partition('/boot'),
language=archinstall.arguments['keyboard-language'],