1. I do a packer build and inside that packer build I add a new systemd service at /etc/systemd/system/update_route53_mapping.service and I systemctl enable update_route53_mapping as well.
I can see that that is done correctly in the packer output.
However when the system boots, it's like none of that ever happened. I realize that /usr is immutable and resets when you reboot it unless you change the ostree but I thought according to your blogs that /etc was writeable and changes persisted.
I feel like I'm misunderstanding something basic. Can you help me out?
2. How do I install docker-compose in a way that it will persist across reboots given that "atomic install docker-compose" doesn't work?
Thanks,
Chad