-
Notifications
You must be signed in to change notification settings - Fork 2k
Add some documentation of IPV6 netboot #2434
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
Conversation
|
Perhaps this should be added to https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/remote-access/network-boot-raspberry-pi.adoc rather than being a separate file? |
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
The documentation makes fairly extensive use of the Asciidoc |
|
Initial copy edit completed. LGTM at this point. @peterharperuk if you could take a read through and make sure I didn't break anything, that'd be really great! Sometime in the next month or two I'm going to replace the current IPv4 netboot section of the documentation with a cleaner version I wrote for the upcoming "Build a Cluster" project tutorial. Once that's published I'll work through this and my own instructions to bring them into line so they look as similar as possible given the differences. |
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc
Outdated
Show resolved
Hide resolved
Just FYI. I've struggled a lot with IPV6 support in DHCP servers. They never quite do what I want and seem less functional than they are for IPV4 |
Yeah, I figured as much. The walkthrough I wrote for the Cluster tutorial also uses the ISC DHCP server and a standalone TFTP server, so that'll help a lot. I was mostly figuring on fixing up the IPv4 version as I was presuming this was the more fragile. That and my IPv6 knowledge is pretty limited. 😄 |
|
This looks great to me. |
|
Lets get it done then! 😄 |
|
...and deployed to the production site in #2438. Give it 10 minutes or so for the build to happen and the cache to flush! |
There's some support in the bootloader for IPV6 netboot. It's about time I wrote some documentation for it!