Debug data
This commit is contained in:
parent
5e62b409b4
commit
881d77064c
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue