Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 22:44:31 +0900
From:      Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To:        will@physics.purdue.edu
Cc:        matusita@jp.FreeBSD.org, jwd@FreeBSD.ORG, current@FreeBSD.ORG, jkh@FreeBSD.ORG
Subject:   Re: "make release" breakage on today's -current
Message-ID:  <20001024224431X.matusita@jp.FreeBSD.org>
In-Reply-To: <20001024081512.L1604@puck.firepipe.net>
References:  <20001024075542.A49857@bsdwins.com> <20001024215132C.matusita@jp.FreeBSD.org> <20001024081512.L1604@puck.firepipe.net>

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

will> I'm sure there are better things to disable, 

How about removing /boot/boot[12] from floppies ?

--- src/release/Makefile.old	Mon Oct 23 23:53:50 2000
+++ src/release/Makefile	Tue Oct 24 22:38:15 2000
@@ -821,7 +821,7 @@
 	mv ${RD}/kernels/BOOTMFS ${RD}/image.${FSIMAGE}/kernel
 	@echo "Setting up /boot directory for ${FSIMAGE} floppy"
 	@mkdir -p ${RD}/image.${FSIMAGE}/boot
-	@cp /boot/boot[12] /boot/loader ${RD}/image.${FSIMAGE}/boot
+	@cp /boot/loader ${RD}/image.${FSIMAGE}/boot
 	@[ -r ${RD}/kernels/BOOTMFS.${FSIMAGE}.hints ] && \
 	  sed -e '/^hint/s/^/set /' -e '/^#/d' \
 	    ${RD}/kernels/BOOTMFS.${FSIMAGE}.hints > \


Only 8kbytes, but does reduce its size.

-- -
Makoto `MAR' MATSUSHITA


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




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