Skip to content

Commit

Permalink
Start cc_rpi_userdata also without config
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Oct 16, 2024
1 parent dbe7065 commit 5bc451f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cloudinit/config/cc_rpi_userdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"distros": ["raspberry-pi-os"],
# Run every boot to trigger setup wizard even when no settings
"frequency": PER_ALWAYS,
"activate_by_schema_keys": [DISABLE_PIWIZ_KEY, RPI_USERCONF_KEY],
#"activate_by_schema_keys": [DISABLE_PIWIZ_KEY, RPI_USERCONF_KEY],
# When provided it would only start the module
# when the keys are present in the configuration
"activate_by_schema_keys": [],
}


Expand Down

0 comments on commit 5bc451f

Please sign in to comment.