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

images.fc: fix opening with kernel 5.15 #1049

Merged
merged 1 commit into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. images.fc: fix opening with kernel 5.15

    We're still using kernel 5.15 in our VMs for now. Opening the XFS from
    the VM image had failed due to incompatible XFS features.
    
    `nrext64` is only availabe from 5.19 on and non-experimental since 6.5,
    so we need to explicitly disable that feature for now when writing
    images.
    osnyx committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f396550 View commit details
    Browse the repository at this point in the history