More aggressive squashfs compression
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user