bundlewrap/bundles/kernel-modules/files/modules

9 lines
191 B
Plaintext
Raw Normal View History

2024-02-26 06:22:54 +00:00
# This file is managed using bundlewrap
% for identifier, modules in sorted(node.metadata.get('modules', {}).items()):
# ${identifier}
% for module in modules:
${module}
% endfor
% endfor