Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 08:57:52 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   kern/8166: odboot is pointless with CAM
Message-ID:  <199810060657.IAA02858@semyam.dinoco.de>

next in thread | raw e-mail | index | archive | help

>Number:         8166
>Category:       kern
>Synopsis:       odboot is pointless with CAM
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  6 07:10:00 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 3.0-BETA i386
>Environment:

	-current cvsup'ed on Saturday.

>Description:

	The Makefile in /sys/i386/boot/biosboot installs a link from
bootod and odboot to the real boot blocks.  Now that there is no od
anymore we can remove that as was already done for bootsd and sdboot.

>How-To-Repeat:

>Fix:
	
	Just change the for statement in the Makefile's install target
like this:

Index: Makefile
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/sys/i386/boot/biosboot/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- Makefile	1998/09/23 06:50:45	1.66
+++ Makefile	1998/10/06 06:55:57
@@ -86,7 +86,7 @@
 		boot1 ${DESTDIR}${BINDIR}/boot1
 	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
 		boot2 ${DESTDIR}${BINDIR}/boot2
-	for i in da fd wd od vn wfd ; do \
+	for i in da fd wd vn wfd ; do \
 		( cd ${DESTDIR}${BINDIR} ; \
 		rm -f boot$${i} $${i}boot ; \
 		ln -s boot1 $${i}boot ; \
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810060657.IAA02858>