Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initrd-setup-root-after-ignition: Ensure /etc/extensions is mergable #78

Closed
wants to merge 1 commit into from

Commits on Nov 27, 2023

  1. initrd-setup-root-after-ignition: Ensure /etc/extensions is mergable

    In Beta 3760.1.0 the /etc/extensions/ folder gets created by "mkdir -p"
    because it does not exist in the lowerdir /usr/share/flatcar/etc/. This
    causes the opaque marker to be set by overlayfs. The update to Alpha
    thus does not merge the new /usr/share/flatcar/etc/extensions/ folder
    with its docker/containerd sysext symlinks. We should have had
    /etc/extensions/ in the lowerdir in Beta but didn't.
    
    Ensure that the created folders are mergable by removing the overlayfs
    marker. This is needed for existing installations and folders we expect
    to exist in the lowerdir but might be missing for whatever reason.
    pothos committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b674e2d View commit details
    Browse the repository at this point in the history