From owner-cvs-all Wed Nov 21 20: 5:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 423F137B418 for ; Wed, 21 Nov 2001 20:05:46 -0800 (PST) Received: (qmail 27586 invoked from network); 22 Nov 2001 04:05:47 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Nov 2001 04:05:47 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111220402.fAM429r60193@freefall.freebsd.org> Date: Wed, 21 Nov 2001 20:05:31 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 22-Nov-01 John Baldwin wrote: > 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 Oops, forgot: Tested on: alpha, i386 A sample i386 image using cdboot and this patch will be available on freefall in an hour or so at ~jhb/public_html/disc1-x86.iso. Takes a while to scp 200+ meg over a 128k DSL link. :) I'd appreciate it if people could test and verify that no emulation booting does indeed work in a good portion of the machines around. Note that the current CD layout supports booting from either method, the decision currently lies with the command line options passed to mkisofs when the image is created (-b boot/cdboot -no-emul-boot vs. -b floppies/boot.flp). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message