bundlewrap/bundles/systemd-boot/files/entry
Franzi e4c317f677
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
add bundle:systemd-boot
2022-02-13 09:24:11 +01:00

14 lines
258 B
Plaintext
Executable file

title ${config['title']}
% if 'linux' in config:
linux ${config['linux']}
% for line in config['initrd']:
initrd ${line}
% endfor
% if config.get('options', set()):
options ${' '.join(sorted(config['options']))}
% endif
% else:
efi ${config['efi']}
% endif