some profiles do not have squashfs listed
This commit is contained in:
parent
8c775c308c
commit
5e6427ea4b
@ -294,7 +294,7 @@ class IsoBuild:
|
||||
builddir=self.mock_work_root,
|
||||
lorax_work_root=self.lorax_result_root,
|
||||
bugurl=self.bugurl,
|
||||
squashfs_only=self.iso_map['lorax']['squashfs_only'],
|
||||
squashfs_only=self.iso_map['lorax'].get('squashfs_only', None),
|
||||
)
|
||||
|
||||
with open(mock_iso_path, "w+") as mock_iso_entry:
|
||||
|
Loading…
Reference in New Issue
Block a user