From owner-cvs-all Fri Oct 27 11:14:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44FE737B479; Fri, 27 Oct 2000 11:14:43 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32993; Fri, 27 Oct 2000 11:14:43 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200010271814.LAA32993@freefall.freebsd.org> From: Matt Dillon Date: Fri, 27 Oct 2000 11:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/sys/boot/i386/loader Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/10/27 11:14:43 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf sys/boot/i386/loader Makefile Log: Add LOADER_TFTP_SUPPORT make.conf flag, causes the 'pxeboot' loader to use tftp to load the kernel rather then NFS, allowing it to mount the server's root via BOOTP while still loading a custom kernel (rather then the server's kernel) via TFTP. Revision Changes Path 1.97.2.23 +7 -1 src/etc/defaults/make.conf 1.41.2.5 +5 -2 src/sys/boot/i386/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message