-
Notifications
You must be signed in to change notification settings - Fork 158
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
WIP: NM in the initrd #259
Conversation
This seems not to run for me...I don't quite understand the initqueue stuff, still debugging. See also coreos#200 (comment)
I've verified that we have the module code in the initrd, but it looks like the initqueue never executes |
hm. Is there no further information here? Any logs? What was the kernel command line? If you don't even get 99-nm-run.sh to execute, then it's a dracut issue (or an issue in NM's dracut module). |
since I'm having networking in the initrd troubles myself, I can try testing this out to see if I get any different results. |
OK so...this is a bit obvious now, but entering |
I can paste the full journal if you want (it's also easy to do a FCOS build from this patch) but AFAICS there's nothing there of use because:
Right. That's as far as I got - it's not clear to me why that hook isn't being executed. I don't understand the initqueue really to be honest. |
As best I can tell what's happening is It seems like other dracut initrd code is dropping files there, but the NM initrd code isn't. Was this NM initrd code ever tested? If so, where? |
Hi, for the dracut problem I have filed an issue that is related to your problem sometime ago, maybe we can discuss there: |
@ryncsn Thank you, that looks exactly like the bug! |
Blocked on: dracutdevs/dracut#694. |
Hopefully this'll be unblocked with the next dracut build :) |
Now that dracutdevs/dracut#694 is fixed I'm picking this up and running with it. I'm going to close this out and open a new PR with more fixes in it. |
If you'd like to track progress on this you can follow coreos/fedora-coreos-tracker#394 |
This seems not to run for me...I don't quite understand the
initqueue stuff, still debugging.
See also #200 (comment)
Blocked on: dracutdevs/dracut#694