Franziska Kunsmann
e4c317f677
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
13 lines
258 B
Text
Executable file
13 lines
258 B
Text
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
|