Closed cgwalters closed 4 months ago
This (not tested locally) change should work around https://github.com/containers/bootc/issues/637
It's all tricky because you'll only again see this when using the vfs backend. The overlay backend always breaks hardlinks. For more, see e.g. https://github.com/ostreedev/ostree-rs-ext/pull/408
vfs
overlay
This (not tested locally) change should work around https://github.com/containers/bootc/issues/637
It's all tricky because you'll only again see this when using the
vfs
backend. Theoverlay
backend always breaks hardlinks. For more, see e.g. https://github.com/ostreedev/ostree-rs-ext/pull/408