Date: Wed, 23 Jul 2003 09:16:43 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Jake Burkholder <jake@FreeBSD.org> Cc: sparc64@FreeBSD.org Subject: Floppyless release build of sparc64 Message-ID: <20030723061643.GC45101@sunbay.com> In-Reply-To: <200307230553.h6N5rrpN058773@repoman.freebsd.org> References: <200307230553.h6N5rrpN058773@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--OaZoDhBhXzo6bW1J Content-Type: multipart/mixed; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge CPU times in release.9 and do not create the useless boot.flp floppy image (the sparc64/mkisoimages.sh script doesn't need it). On Tue, Jul 22, 2003 at 10:53:53PM -0700, Ruslan Ermilov wrote: > ru 2003/07/22 22:53:53 PDT >=20 > FreeBSD src repository >=20 > Modified files: > release Makefile=20 > Log: > Do not define BIGBOOTSIZE and the friends for amd64; it serves > no useful purpose other than wasting CPU time in "make release" > creating useless boot.flp. > =20 > Desired by: peter > =20 > Revision Changes Path > 1.789 +0 -3 src/release/Makefile Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.790 diff -u -r1.790 Makefile --- Makefile 23 Jul 2003 06:00:56 -0000 1.790 +++ Makefile 23 Jul 2003 06:09:41 -0000 @@ -202,11 +202,8 @@ BIGBOOTLABEL= minimum2 .elif ${TARGET_ARCH} == "sparc64" DISKLABEL= sunlabel -BIGBOOTSIZE= 4096 MFSSIZE= 4096 -BOOTINODE= 8192 MFSINODE= 8192 -BIGBOOTLABEL= auto MFSLABEL= auto .elif ${TARGET_ARCH} == "ia64" BIGBOOTLABEL= efi Index: sparc64/dokern.sh =================================================================== RCS file: sparc64/dokern.sh diff -N sparc64/dokern.sh --- sparc64/dokern.sh 13 Oct 2002 18:36:06 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: src/release/sparc64/dokern.sh,v 1.1 2002/10/13 18:36:06 jake Exp $ -# - -sed -e 's/ident.*GENERIC/ident BOOTMFS/g' --uXxzq0nDebZQVNAZ-- --OaZoDhBhXzo6bW1J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/HihLUkv4P6juNwoRAqMpAJ40b9ECsb9Gk7RGYLU2cHq+au/9dwCeIzQ1 +CAhUVPLZwGqTbpZpMy1XRA= =uhpV -----END PGP SIGNATURE----- --OaZoDhBhXzo6bW1J--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030723061643.GC45101>