Date: Wed, 4 Aug 2004 13:34:15 -0700 From: George Hartzell <hartzell@kestrel.alerce.com> To: freebsd-questions@freebsd.org Subject: Help w/ make release on 4.9-RELEASE Message-ID: <16657.18503.431684.303716@rosebud.alerce.com>
next in thread | raw e-mail | index | archive | help
I'd like to make a custom live CD-2 of a -STABLE release (I want to
include the asr-tools on it, so that I can tweak my raid which is
normally running 5.2.1)
I've been doing this from /usr/src/release
sudo make release CHROOTDIR=/opus/release CVSROOT=/home/ncvs BUILDNAME=GH NODOC=
It runs for a while and finally dies. The last few things it says are:
touch release.1
cd /usr/src/release/../etc && make distrib-dirs DESTDIR=/R/stage/trees/base
mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /R/stage/trees/base/
mtree: /R/stage/trees/base/: No such file or directory
*** Error code 1
Stop in /usr/src/etc.
*** Error code 1
Stop in /usr/src/release.
*** Error code 1
Stop in /usr/src/release.
I've added the following symlink (thinking it was a missing factoid):
(ghost)[1:32pm]release>>ls -l /R
lrwxr-xr-x 1 root wheel 15 Aug 4 07:31 /R -> /opus/release/R
but still get the same result.
Is this supposed to work? Am I missing something obvious?
g.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16657.18503.431684.303716>
