More aggressive squashfs compression

This commit is contained in:
Ian Gulliver
2017-04-20 19:39:58 +00:00
parent 69b5c30de1
commit d4f17b2829

View File

@@ -291,7 +291,9 @@ class ImageBuilder(object):
'mksquashfs', 'mksquashfs',
chroot_path, chroot_path,
os.path.join(union_path, 'casper', 'filesystem.squashfs'), os.path.join(union_path, 'casper', 'filesystem.squashfs'),
'-noappend') '-noappend',
'-comp', 'xz',
'-b', '1048576')
def _CopyISOFiles(self, union_path): def _CopyISOFiles(self, union_path):
for source, dest in self._ISO_COPIES.items(): for source, dest in self._ISO_COPIES.items():