Date: Mon, 23 Sep 2002 13:10:48 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jason Hunt <leth@primus.ca> Cc: questions@FreeBSD.ORG Subject: Re: MAKEDEV to a diff location Message-ID: <20020923101048.GK1947@hades.hell.gr> In-Reply-To: <20020923032743.K37528-100000@lethargic.dyndns.org> References: <20020923032743.K37528-100000@lethargic.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-09-23 03:28, Jason Hunt <leth@primus.ca> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020923101048.GK1947>