From owner-freebsd-stable Thu Sep 12 2:56:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A75137B400 for ; Thu, 12 Sep 2002 02:56:40 -0700 (PDT) Received: from itworks.com.au (dsl-203-113-236-222.VIC.netspace.net.au [203.113.236.222]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A95343E4A for ; Thu, 12 Sep 2002 02:56:35 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 44068 invoked from network); 12 Sep 2002 09:57:13 -0000 Received: from unknown (HELO bugs) (192.168.1.100) by chip.gav.itworks.com.au with SMTP; 12 Sep 2002 09:57:13 -0000 Message-ID: <018801c25a42$b8760980$6401a8c0@bugs> From: "Gavin Cameron" To: Subject: Creating a jail with -STABLE Date: Thu, 12 Sep 2002 19:56:52 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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