Re: MAKEDEV to a diff location

2002-09-23 Thread Samuel Chow
- Original Message - From: "Jason Hunt" <[EMAIL PROTECTED]> > How can I tell MAKEDEV to make the devices on /mnt/dev instead of /dev? % cd /mnt/dev % cp /dev/MAKEDEV . % ./MAKEDEV all Seems to work for me. --- Samuel Chow [EMAIL PROTECTED] This message is displayed us

Re: MAKEDEV to a diff location

2002-09-23 Thread Giorgos Keramidas
On 2002-09-23 03:28, Jason Hunt <[EMAIL PROTECTED]> 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

Re: MAKEDEV to a diff location

2002-09-23 Thread Matthew Seaman
On Mon, Sep 23, 2002 at 03:28:29AM -0400, Jason Hunt wrote: > How can I tell MAKEDEV to make the devices on /mnt/dev instead of /dev? MAKEDEV makes the devices in your current working directory. eg: happy-idiot-talk:/var/tmp:# mkdir dev happy-idiot-talk:/var/tmp:# cd dev happy-idiot-talk:/var/tm

MAKEDEV to a diff location

2002-09-23 Thread Jason Hunt
How can I tell MAKEDEV to make the devices on /mnt/dev instead of /dev? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message