bundles/raspberrypi: improvements
This commit is contained in:
parent
81db0e6e44
commit
675f8beea9
2 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,6 @@ max_framebuffers=2
|
|||
arm_64bit=1
|
||||
% endif
|
||||
|
||||
% for key, value in node.metadata['raspberrypi']['config.txt'].items():
|
||||
${key}=${value}
|
||||
% for item in sorted(node.metadata['raspberrypi']['config.txt']):
|
||||
${item}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue