Jonathon Anderson

Results 271 comments of Jonathon Anderson

In anticipation of the upcoming release, I am reviewing open PRs that are not planned for inclusion in v4.6.0. If you would like to pursue having this PR merged, plrease...

> Are you literally using ? I tried it with both `` and patternfly-react's ``. Do note that he example at https://v5-archive.patternfly.org/components/forms/form/#basic uses ``. Also, my work-around demonstrates that the...

This isn't downloaded by grub, but by dracut; so it might be possible to get it to use a privileged port for download. I'll have to look into it.

It's downloaded with curl at https://github.com/warewulf/warewulf/blob/main/dracut/modules.d/90wwinit/load-wwinit.sh#L11 And the curl docs say you can specify a local port. https://everything.curl.dev/usingcurl/connections/local-port.html So this should be feasible, as long as the curl in the...

@griznog what you're suggesting here makes sense to me, but I do think (and maybe this was your expectation as well) this is a feature request, not a bug report....

Nah, you didn't do anything wrong in the submission. Just making sure we were on the same page. Thanks!

Thanks for the report, @conxuro. We've had some trouble with umasks recently; probably just got our wires crossed somewhere.

This was fixed in #1932 after a report in #1886. This fix was included in v4.6.2.

The commented-out `#bond` line I can see cleaning up; but I don't think the presence or absence of empty lines in an ini file affect its functionality.

Rebased to main. @griznog what do you think? A significant portion of this has been obsoleted by other development (e.g., the removal of defaults) but it's still renaming the udev...