You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #1670 (which definitely fixes my separate /var problem) I've realised that with /var on the root partition I'm not getting /var bind mounted to the deployment var.
Still debugging, but from my reading I should be getting my /var bind mount unit created by ostree-system-generator, which it doesn't appear to be as I'm not getting any units from that.
My setup's clearly atypical - U-Boot, ostree-prepare-root as init, no initramfs.
The text was updated successfully, but these errors were encountered:
I think the problem is the fix for #1508 ends up creating /run/ostree-booted too late for ostree-system-generator, but because of #1670 I failed to realise that was the case. #1675 fixes the problem for me.
Since #1670 (which definitely fixes my separate
/var
problem) I've realised that with/var
on the root partition I'm not getting/var
bind mounted to the deployment var.Still debugging, but from my reading I should be getting my
/var
bind mount unit created byostree-system-generator
, which it doesn't appear to be as I'm not getting any units from that.My setup's clearly atypical - U-Boot,
ostree-prepare-root
as init, no initramfs.The text was updated successfully, but these errors were encountered: