From owner-cvs-all Fri May 12 19:45:14 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 4022937B63D; Fri, 12 May 2000 19:45:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA70545; Fri, 12 May 2000 19:45:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200005130245.TAA70545@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 May 2000 19:45:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common boot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/05/12 19:45:11 PDT Modified files: sys/boot/common boot.c Log: The loader was written so that if /kernel was missing /kernel.old would be booted. Due to a bug, this wasn't happening. There is still a lesser bug in that the loader decides which file to boot after the 10sec count down. This means the bootfile listed in the count down in is wrong in the case where the loader will boot /kernel.old. Revision Changes Path 1.18 +3 -1 src/sys/boot/common/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message