From owner-cvs-all Wed Nov 21 20: 2:12 2001 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 7CC5237B418; Wed, 21 Nov 2001 20:02:09 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAM429r60193; Wed, 21 Nov 2001 20:02:09 -0800 (PST) (envelope-from jhb) Message-Id: <200111220402.fAM429r60193@freefall.freebsd.org> From: John Baldwin Date: Wed, 21 Nov 2001 20:02:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/11/21 20:02:09 PST Modified files: release Makefile Log: Switch to using a standard /boot directory including the GENERIC kernel on CD's 1 and 2. Create a simple /boot/loader.conf on each CD that loads /boot/mfsroot.gz as a mfs_root image. The mfsroot moved from /mfsroot.gz to /boot/mfsroot.gz so that all of the boot stuff is in /boot. This allows a full kernel to be used when installing from CD on all architectures that support CD booting. Note that on x86, this requires using /boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp. Revision Changes Path 1.644 +10 -11 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message