Skip to content

Commit ddc7ad0

Browse files
authored
Merge pull request #2653 from alyssarosenzweig/bug/custom-exclude-fs
Honour custom exclude for filesystem builds
2 parents 8c805d1 + 230ada9 commit ddc7ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kiwi/builder/filesystem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,6 @@ def _operate_on_file(self) -> None:
205205
) as filesystem:
206206
filesystem.create_on_file(
207207
self.filename, self.label,
208-
Defaults.get_exclude_list_for_root_data_sync()
208+
Defaults.get_exclude_list_for_root_data_sync() + Defaults.
209+
get_exclude_list_from_custom_exclude_files(self.root_dir)
209210
)

0 commit comments

Comments
 (0)