From owner-cvs-all Wed Jun 14 0:18:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2013A37C0E4; Wed, 14 Jun 2000 00:18:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA59494; Wed, 14 Jun 2000 00:18:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200006140718.AAA59494@freefall.freebsd.org> From: Peter Wemm Date: Wed, 14 Jun 2000 00:18:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/06/14 00:18:19 PDT Modified files: sys/boot/forth loader.4th Log: With apologies to dcs, temporarily comment out the version check code. It is failing for everybody that I have spoken with that has tried it. FreeBSD/i386 bootstrap loader, Revision 0.8 (root@outback.netplex.com.au, Tue Jun 13 23:26:49 PDT 2000) Loader version 0.3+ required Aborted! start not found Note that the 0.3+ message is from inside the arch-alpha block, not the i386 block of code. And even then, 0.8 is higher than 0.3. This prevents the rest of the loader.conf stuff working. :-/ Revision Changes Path 1.9 +23 -23 src/sys/boot/forth/loader.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message