Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2002 19:56:52 +1000
From:      "Gavin Cameron" <gavin@itworks.com.au>
To:        <stable@freebsd.org>
Subject:   Creating a jail with -STABLE
Message-ID:  <018801c25a42$b8760980$6401a8c0@bugs>

next in thread | raw e-mail | index | archive | help
Hi all,

I use to do the following to make a jail under 4.3-STABLE.

    cd /usr/src
    make hierarchy DESTDIR=$D
    make obj
    make depend
    make all
    make install DESTDIR=$D
    cd etc
    make distribution DESTDIR=$D NO_MAKEDEV=yes
    cd $D/dev
    sh MAKEDEV jail

I've just tried to run this under a recent -STABLE and my $D/dev hasn't
been populated so I can't run my MAKEDEV.

Anyone have any ideas?

Ta
Gavin

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?018801c25a42$b8760980$6401a8c0>