Is there a way to personalize curtin_userdata files when MAAS runs in SNAP ? (ex : curtin_userdata_ubuntu_amd64? )
When MAAS is installed from packages, curtin_userdata scripts are stored in /etc/maas/preseeds/ and coud be modified, as decribed here : https://maas.io/docs/custom-node-setup-preseed
With SNAP, as users can’t modify container’s files, how can we interact with files contained in /snap/maas/current/etc/maas/preseeds/ ?
I imagine that the developers who packaged MAAS with SNAP have developed an alternative so that users can continue to manage their own curtin scripts!
Thanks a lot!