bundles/raspberrypi: things have changed since buster

This commit is contained in:
Franzi 2024-07-30 17:44:09 +02:00
parent 95bb7c52fe
commit 242279636f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 12 additions and 2 deletions

View file

@ -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,