From owner-freebsd-current Sat Jan 2 14:54:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11209 for freebsd-current-outgoing; Sat, 2 Jan 1999 14:54:34 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11204 for ; Sat, 2 Jan 1999 14:54:32 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id RAA02580 for ; Sat, 2 Jan 1999 17:54:08 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA26380; Sat, 2 Jan 1999 17:54:07 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id RAA04176 for freebsd-current@freebsd.org; Sat, 2 Jan 1999 17:54:02 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199901022254.RAA04176@bb01f39.unx.sas.com> Subject: make release (almost) disklabel failure To: freebsd-current@FreeBSD.ORG Date: Sat, 2 Jan 1999 17:54:02 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Well, make release almost made it... Compressing doc files... sh -e /usr/src/release/scripts/doFS.sh /R/stage /mnt 1440 /R/stage/mfsfd 8000 minimum disklabel: /R/stage/trees/bin/usr/mdec/fdboot: No such file or directory *** Error code 4 Stop. This appears to be from the following in doFS.sh: if [ "`uname -m`" = "alpha" ]; then disklabel -Brw -b ${RD}/trees/bin/usr/mdec/boot1 \ /dev/r${VNDEVICE} ${FSLABEL} else disklabel -Brw \ -b ${RD}/trees/bin/usr/mdec/fdboot \ -s ${RD}/trees/bin/usr/mdec/bootfd \ /dev/r${VNDEVICE} ${FSLABEL} fi However, ls ${RD}/trees/bin/usr/mdec reveals: boot1 cdboot nb3c509.com nb8390.com rawboot boot2 fbsdboot.exe nb3c509.rom nb8390.rom So my question... Should we still be building fdboot & bootfd, or does doFS.sh need to be updated to use boot1 & boot2 for x86? From previous messages in -current, I think doFS.sh is out-of-date... Thanks! John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message