From owner-cvs-all Wed Jun 7 15:10:10 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 D32D437BEE9; Wed, 7 Jun 2000 15:10:06 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA95357; Wed, 7 Jun 2000 15:10:06 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200006072210.PAA95357@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 7 Jun 2000 15:10:06 -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 dcs 2000/06/07 15:10:06 PDT Modified files: sys/boot/forth loader.4th Log: Modify boot-conf so it can take a kernel or directory name as a parameter and dtrt. Also, make boot-conf always unload first. There wasn't really any point in not doing this, as the kernel _has_ to be loaded before any other modules. Tested by: dwhite Revision Changes Path 1.6 +123 -5 src/sys/boot/forth/loader.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message