From owner-cvs-all@FreeBSD.ORG Sat Mar 12 21:26:53 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 AAACF16A4CE; Sat, 12 Mar 2005 21:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E33243D3F; Sat, 12 Mar 2005 21:26:53 +0000 (GMT) (envelope-from kan@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 j2CLQrUm082546; Sat, 12 Mar 2005 21:26:53 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2CLQrIT082545; Sat, 12 Mar 2005 21:26:53 GMT (envelope-from kan) Message-Id: <200503122126.j2CLQrIT082545@repoman.freebsd.org> From: Alexander Kabaev Date: Sat, 12 Mar 2005 21:26:53 +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: Sat, 12 Mar 2005 21:26:53 -0000 kan 2005-03-12 21:26:53 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 pxe.c Log: Allow kernels loaded by pxeboot, which was compiled with LOADER_TFTP_SUPPORT, to stll be able to mount NFS root as prescribed by DCHP configuration. Since pxeboot is using TFTP to get to the files, pxeboot can not rely on NFS to provide it a root directory hande as a side effect. pxeboot has to make RPC mount call itself. Revision Changes Path 1.21 +24 -0 src/sys/boot/i386/libi386/pxe.c