From owner-cvs-all@FreeBSD.ORG Sun Apr 17 21:38:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F56116A4CE; Sun, 17 Apr 2005 21:38:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB70843D54; Sun, 17 Apr 2005 21:38:22 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3HLcMkr031301; Sun, 17 Apr 2005 21:38:22 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3HLcMgs031300; Sun, 17 Apr 2005 21:38:22 GMT (envelope-from wollman) Message-Id: <200504172138.j3HLcMgs031300@repoman.freebsd.org> From: Garrett Wollman Date: Sun, 17 Apr 2005 21:38:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:38:23 -0000 wollman 2005-04-17 21:38:22 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 pxe.c Log: Pass the hostname we got from DHCP to the kernel so that machines can share a read-only NFS root. Revision Changes Path 1.22 +1 -0 src/sys/boot/i386/libi386/pxe.c