canonical / core-initrd

initrd implementation in ubuntu core
https://ubuntu.com/core/docs
GNU General Public License v3.0
10 stars 29 forks source link

extra-paths: do not mark /writable as initrd in fstab #257

Closed valentindavid closed 2 months ago

valentindavid commented 2 months ago

Since populate-writable.service depends on /sysroot/writable to be mounted, but it will create /writable entry in fstab. The one created in fstab should not be tagged as x-initrd.mount. Otherwise it will hide the other one and confuse systemd in potentially restarting the mount.

This can be cleaned up once we get rid of writable-paths.