-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
systemd-stage-1: Remove systemd-gpt-auto-generator #277703
Conversation
This doesn't actually work in systemd stage 1 at all right now. It cannot mount / or /usr. It still works as expected in stage 2.
What exactly goes wrong? |
Yeh a little bit more context in the commit / PR would be appreciated. I'm kind of confused why we want to disable or enable this |
@NickCao In stage 1, the only thing it does is create mount units for To fix this, we would need to put |
How? |
@YHNdnzj Ah, that's a good point. Regardless, we would always be using |
I like #282022 substantially more than this one, for what it's worth. 🔢 Does this PR also belong on the "Systemd in Stage 1" board? |
Closed in favor of #282022 |
This doesn't actually work in systemd stage 1 at all right now. It cannot mount / or /usr. It still works as expected in stage 2.
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.