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

libvirtd build: drop support for tmpfs during image build #974

Merged
merged 1 commit into from Apr 20, 2019

Conversation

Ma27
Copy link
Member

@Ma27 Ma27 commented Jun 29, 2018

Note: caution, this patch breaks the compatibility with NixOS 17.09 and
should only be used in unstable branches.

Originally NixOS/nixpkgs@0d27df2
dropped support for tempfs which broke the libvirtd image build as it
still created custom kernel nodes.

These mkdnod calls were wrapped by conditionls to keep support with 17.09,
but now as 17.09 is the oldstable release which only receives security
fixes (https://groups.google.com/forum/#!msg/nix-devel/7bRK8FUcC5s/CV4-i0JdBgAJ),
so it's time to drop this compliance hacks.

*Note*: caution, this patch breaks the compatibility with NixOS 17.09 and
should only be used in unstable branches.

Originally NixOS/nixpkgs@0d27df2
dropped support for `tempfs` which broke the libvirtd image build as it
still created custom kernel nodes.

These `mkdnod` calls were wrapped by conditionls to keep support with 17.09,
but now as 17.09 is the oldstable release which only receives security
fixes (https://groups.google.com/forum/#!msg/nix-devel/7bRK8FUcC5s/CV4-i0JdBgAJ),
so it's time to drop this compliance hacks.
@AmineChikhaoui AmineChikhaoui merged commit 2357999 into NixOS:master Apr 20, 2019
@Ma27 Ma27 deleted the drop-17.09-compliancy branch April 20, 2019 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants