Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-05-29 09:44:31 +0200
committerAnton Hvornum <anton@hvornum.se>2022-05-29 09:44:31 +0200
commit0601956b5bdf27ec497a94e7313ea22cf21ecbe0 (patch)
tree81ea144d2a67ceff383f4b9f5d8998f29e01863a /archinstall/lib/installer.py
parent7daf9b32d0c32d9fa1ba5aa9750376ad47c6d7e6 (diff)
Moved genfstab() to guided.py instead of __exit__ of Installer(). This is a breaking change.
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 7af6006f..7e66559f 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -158,8 +158,6 @@ class Installer:
print(_(" Please submit this issue (and file) to https://github.com/archlinux/archinstall/issues"))
raise args[1]
- self.genfstab()
-
if not (missing_steps := self.post_install_check()):
self.log('Installation completed without any errors. You may now reboot.', fg='green', level=logging.INFO)
self.sync_log_to_install_medium()