bundles/raspberrypi: things have changed since buster
This commit is contained in:
parent
95bb7c52fe
commit
242279636f
3 changed files with 12 additions and 2 deletions
|
@ -15,11 +15,11 @@ actions = {
|
|||
}
|
||||
|
||||
files = {
|
||||
'/boot/cmdline.txt': {
|
||||
'/boot/firmware/cmdline.txt': {
|
||||
'content': ' '.join(sorted(node.metadata['raspberrypi']['cmdline'])),
|
||||
**file_perms,
|
||||
},
|
||||
'/boot/config.txt': {
|
||||
'/boot/firmware/config.txt': {
|
||||
'content_type': 'mako',
|
||||
'context': node.metadata['raspberrypi'],
|
||||
**file_perms,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue