bundlewrap/bundles/kernel-modules/files/modules
2024-02-26 07:27:18 +01:00

9 lines
191 B
Plaintext

# This file is managed using bundlewrap
% for identifier, modules in sorted(node.metadata.get('modules', {}).items()):
# ${identifier}
% for module in modules:
${module}
% endfor
% endfor