From owner-freebsd-questions Mon Sep 23 4:37:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3818B37B401 for ; Mon, 23 Sep 2002 04:37:37 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id C6B3243E65 for ; Mon, 23 Sep 2002 04:37:26 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 16371 invoked from network); 23 Sep 2002 11:30:28 -0000 Received: from upnet-dialinpool-95.upatras.gr (HELO hades.hell.gr) (150.140.128.159) by nic.upatras.gr with SMTP; 23 Sep 2002 11:30:28 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.6/8.12.3) with ESMTP id g8NBb6mh000622; Mon, 23 Sep 2002 14:37:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.6/8.12.3/Submit) id g8NAAnBF018275; Mon, 23 Sep 2002 13:10:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 23 Sep 2002 13:10:48 +0300 From: Giorgos Keramidas To: Jason Hunt Cc: questions@FreeBSD.ORG Subject: Re: MAKEDEV to a diff location Message-ID: <20020923101048.GK1947@hades.hell.gr> References: <20020923032743.K37528-100000@lethargic.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020923032743.K37528-100000@lethargic.dyndns.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-23 03:28, Jason Hunt wrote: > How can I tell MAKEDEV to make the devices on /mnt/dev instead of /dev? One way of doing this would be to copy /dev/MAKEDEV into /mnt/dev and run a chroot before executing it. That requires a bit work to get the chroot working, such as copying some executables from /bin and /sbin, the password and group databases into /mnt/etc and a few other files, but it's not really hard to do :) Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message