| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok kettenis@ mpi@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't want to pass the PXE MAC address to the kernel when booting
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not adding to boot arguments) the
MAC address when opening the PXE device, and clearing this if we happen
to load a file off a non-network disk.
"works as advertised for me" todd@;
"stop sitting on this/no objections" deraadt@;
amd64 code mainly written by patch(1).
|
|
|
|
|
| |
we are booting from) out towards the kernel; tested by reyk
crank the version too
|
|
|
|
|
|
|
|
|
| |
current-spec PXE systems, but should allow some older ones to get a bit
further.
Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks.
ok krw@; "get these changes into the amd64" deraadt@
|
| |
|
|
using bsd.rd over TFTP.
ok deraadt@
|