Valentin David
Valentin David
Normally cloud-init is not started. Unless it found configuration for it. In this case, cloud-init was started because it detected it was running in google cloud. However, an google cloud...
> Also, `README.md` should grow some instructions and what a developer would need to do if a new writable path needs to be added. I have added that.
We actually start ssh during install. We should fix that as well.
Quick way to test: ``` sleep 1000 & pkill -ABRT sleep sudo coredumpctl dump --output=core ```
I got some questions about whether it is right to have `ID_LIKE=ubuntu`. Specially around the fact that Ubuntu Core does not have dpkg or apt. ID_LIKE is defined by https://www.freedesktop.org/software/systemd/man/os-release.html#ID_LIKE=...
I also changed some "requires" to "wants" when they do not make sense.
I would like to get #61 merged first and I will rebase it. I keep it as draft for the moment.
> The approach is interesting but tbh I am not totally bought on this, which are the advantages from your POV? Namespaces can isolate better than chroot in general. My...
Opened snapcore/snapd#11893 to test if the fix is now working
> In latest systemd update in jammy, these two lines (that come from [systemd/systemd@70e74a5](https://github.com/systemd/systemd/commit/70e74a5997ae2ce7ba72a74ac949c3b2dad1a1d6)) are added to `systemd-pstore.service`: This commit has not yet been released upstream. On jammy, it is...