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.feeds+github@gmail.com>2020-12-07 20:27:45 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-07 20:27:45 +0100
commit881d77064c1fffacedd5910db4507b8bb982248f (patch)
treedef488edc6c69b9d8dbb281dfb7efe0d786424bd /archinstall/lib/installer.py
parent5e62b409b4ff72b154f3a1bb1ca00c7fb6475f67 (diff)
Debug data
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index c764e8ac..a50c1ad2 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -120,6 +120,7 @@ class Installer():
with open(f"{self.mountpoint}/etc/fstab", 'ab') as fstab:
for line in sys_command(f'/usr/bin/genfstab {flags} {self.mountpoint}'):
+ print('Writing fstab:', line + b'\n')
fstab.write(line + b'\n')
if not os.path.isfile(f'{self.mountpoint}/etc/fstab'):