Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 10:28:18 -0000
From:      "Bri" <brian@ukip.com>
To:        "Freebsd-Sparc" <freebsd-sparc@freebsd.org>
Subject:   setting up a jail a bit lost.
Message-ID:  <NEBBKKNOEKKNLLNMEOHFOEDBNFAA.brian@ukip.com>

next in thread | raw e-mail | index | archive | help
I am setting up a jail on freebsd/sparc64 and in the jail man page there's
this example to follow

     D=/here/is/the/jail
     cd /usr/src
     mkdir -p $D
     make world DESTDIR=$D
     cd etc
     make distribution DESTDIR=$D
     cd $D/dev
     sh MAKEDEV jail
     cd $D
     ln -sf dev/null kernel

but the MAKEDEV program isn't included in current as it is has devfs and I
can't find the jail device in /usr/src/sys/conf/majors on currents sources
to create it with mknod.

Has anyone setup a jail on freebsd/sparc64 that can help me.

Bri,


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBKKNOEKKNLLNMEOHFOEDBNFAA.brian>