|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Tom Cosgrove (tom
cvs.openbsd.org)
Date: Fri Jul 27 2007 - 12:48:01 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: tom
cvs.openbsd.org 2007/07/27 11:48:01
Modified files:
sys/arch/amd64/stand/libsa: exec_i386.c pxe.c
sys/arch/amd64/stand/pxeboot: conf.c devopen.c
Log message:
As on i386:
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).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]