-
-
usr/src/boot/sys/boot/common/dev_net.c (Diff revision 1) Replace this with:
if (tftpip.s_addr != NULL) { ... }
-
usr/src/boot/sys/boot/i386/libi386/pxe.c (Diff revision 1) Replace this with:
if (tftpip.s_addr != NULL) { ... }
7567 Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi
Review Request #266 — Created Nov. 10, 2016 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
7567 | |
261 | |
6f477ef... | |
Reviewers | |
general | |
7567 Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi
Tested network boot with tftp (to load pxeboot) + nfs to load the kernel and boot_archive. To use tftp only, the tftp-server-address (option 150) needs to be provided by dhcp.
Change Summary:
rebased on integrated patch 7554 to make this one actually buildable.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+66 -33) |