index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-03-14 15:39:52 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-03-14 15:39:52 +0100 |
commit | 54200bf476d004721a03c89ce1916fc7c79124a2 (patch) | |
tree | 0f2f8de256182acfb11d4bd3778ce7e277c0bf16 /examples/guided.py | |
parent | 51cbec58da9b0695d0a4805ef31bc065c560b344 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
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'], |