timebertt / pi-cloud-init

Minimal Raspberry Pi OS including cloud-init
Apache License 2.0
89 stars 13 forks source link

user-data, meta-data, and network-config filenames #11

Open thomastthai opened 1 year ago

thomastthai commented 1 year ago

The Readme.md instructions said, "Mount the boot partition (of the .img file) to add user-data, meta-data and optionally network-config files to the root of it. Unmount it again, once added."

Are those filenames simply user-data, meta-data and network-config without the suffixes or are they user-data.yaml, meta-data.yaml and optionally network-config.yaml as listed in this project's root and examples directories?

timebertt commented 10 months ago

I think both work – if I remember correctly. Have you tried it out?