Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 1998 20:50:59 -0500
From:      David Kelly <dkelly@hiwaay.net>
To:        Jacques Vidrine <n@nectar.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: how much room to ``make release'' 
Message-ID:  <199804200151.UAA07987@nospam.hiwaay.net>
In-Reply-To: Message from Jacques Vidrine <n@nectar.com>  of "Sun, 19 Apr 1998 09:39:44 CDT." <199804191439.JAA04075@cerebus.nectar.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jacques Vidrine writes:
> 
> I want to build a custom release.  Can someone familiar with the process 
> guesstimate the amount of diskspace I would need to do so?
> 
> /home/ncvs (the current repository) is about 443 Mb.
> 
> How much room will I need for /usr/src, /usr/obj, and ${CHROOTDIR}? (/usr/src/
> release/Makefile says "at least 600MB" for ${CHROOTDIR}, but I'm afraid the 
> comment might be dated.)

I have RELENG_2_2 with des and kerberos checked out in my /usr/src:
# du -sk /usr/src
159195  /usr/src

Just did a "make release" last night (haven't tried it yet):
# history | grep "make release"
   156  make release CHROOTDIR=/r/usr2/release BUILDNAME=2.2.6-dmk RELEASETAG=RELENG_2_2 CVSROOT=/home/ncvs
   162  history | grep "make release"

Looks like 600MB is a bit lean:
# du -sk /r/usr2/release
693149  /r/usr2/release

No telling if it used more for temp files.

--
David Kelly N4HHE, dkelly@nospam.hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



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



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