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

nixos: Get rid of systemConfig kernel parameter #60256

Closed
wants to merge 1 commit into from

Conversation

arianvp
Copy link
Member

@arianvp arianvp commented Apr 26, 2019

It was introduced in c10fe14 but removed in c4f910f.

It remained such that people with older generations in their boot
entries could still boot those. Given that the parameter hasn't had any
use in quite some years, it seems safe to remove now.

Fixes #60184

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@arianvp arianvp requested a review from infinisil as a code owner April 26, 2019 10:00
It was introduced in c10fe14 but removed in c4f910f.

It remained such that people with older generations in their boot
entries could still boot those. Given that the parameter hasn't had any
use in quite some years, it seems safe to remove now.

Fixes NixOS#60184
Copy link
Contributor

@tomfitzhenry tomfitzhenry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@flokli flokli added this to the 20.03 milestone Feb 8, 2020
@flokli
Copy link
Contributor

flokli commented Feb 8, 2020

@arianvp can you take a look at these occurences, and whether it's good to remove them? Would be nice to be able to clean up some of this for 20.03 ;-)

@stale
Copy link

stale bot commented Aug 6, 2020

Hello, I'm a bot and I thank you in the name of the community for your contributions.

Nixpkgs is a busy repository, and unfortunately sometimes PRs get left behind for too long. Nevertheless, we'd like to help committers reach the PRs that are still important. This PR has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

If this is still important to you and you'd like to remove the stale label, we ask that you leave a comment. Your comment can be as simple as "still important to me". But there's a bit more you can do:

If you received an approval by an unprivileged maintainer and you are just waiting for a merge, you can @ mention someone with merge permissions and ask them to help. You might be able to find someone relevant by using Git blame on the relevant files, or via GitHub's web interface. You can see if someone's a member of the nixpkgs-committers team, by hovering with the mouse over their username on the web interface, or by searching them directly on the list.

If your PR wasn't reviewed at all, it might help to find someone who's perhaps a user of the package or module you are changing, or alternatively, ask once more for a review by the maintainer of the package/module this is about. If you don't know any, you can use Git blame on the relevant files, or GitHub's web interface to find someone who touched the relevant files in the past.

If your PR has had reviews and nevertheless got stale, make sure you've responded to all of the reviewer's requests / questions. Usually when PR authors show responsibility and dedication, reviewers (privileged or not) show dedication as well. If you've pushed a change, it's possible the reviewer wasn't notified about your push via email, so you can always officially request them for a review, or just @ mention them and say you've addressed their comments.

Lastly, you can always ask for help at our Discourse Forum, or more specifically, at this thread or at #nixos' IRC channel.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 6, 2020
@xaverdh
Copy link
Contributor

xaverdh commented Aug 20, 2020

The idea to remove systemConfig LGTM.

There are few more occurrences of "systemConfig" across the repo:

a. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/loader/init-script/init-script-builder.sh#L52
b. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/stage-2-init.sh#L3
c. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/activation/activation-script.nix#L72
d. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/activation/top-level.nix#L68
e. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/docker-container.nix#L52

Should systemConfig be removed in those too?

I think a. can be safely removed, because it sets systemConfig for stage-2, but since c4f910f this is directly substituted into stage-2 anyway. This is actually happening at b. and d., which moved a few lines and is now here.

So b. and d are still needed, and work independent of the kernel parameter since that commit.

c. is similar to b.

e. moved here and I think is legitimate use of the systemConfig variable which is set up in c. Independent of this pr it may or may not be appropriate to document (in the configuration.nix man page) that that variable is available to activation scripts (depending on if it should be considered public api).

tl;dr

I think a. should be removed by this pr, while all the other occurrences are not related to the kernel parameter (any more), and should be left as is.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 20, 2020
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/431

@xaverdh
Copy link
Contributor

xaverdh commented Jan 13, 2021

@arianvp are you still interested in this?
Somebody else should look over this as well, but I think apart from removing the corresponding line in https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/boot/loader/init-script/init-script-builder.sh#L52, this change should be fine.

@veprbl veprbl removed this from the 20.03 milestone May 31, 2021
@pennae pennae closed this Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete systemConfig kernel parameter?
7 participants