Update installer.py

This commit is contained in:
Anton Hvornum 2021-04-06 18:30:20 +02:00 committed by Dylan Taylor
parent b178dc7267
commit d771d35076
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Installer():
fstab_fh.write(fstab)
if not os.path.isfile(f'{self.mountpoint}/etc/fstab'):
raise RequirementError(f'Could not generate fstab, strapping in packages most likely failed (disk out of space?)\n')
raise RequirementError(f'Could not generate fstab, strapping in packages most likely failed (disk out of space?)\n{b"".join(fstab)}')
return True