View | Details | Raw Unified | Return to bug 78883
Collapse All | Expand All

(-)jail.8 Tue Mar 15 10:18:57 2005 (-1 / +2 lines)
Lines 120-126 Link Here
120
D=/here/is/the/jail
120
D=/here/is/the/jail
121
cd /usr/src
121
cd /usr/src
122
mkdir -p $D
122
mkdir -p $D
123
make world DESTDIR=$D
123
make buildworld
124
make installworld DESTDIR=$D
124
cd etc
125
cd etc
125
make distribution DESTDIR=$D
126
make distribution DESTDIR=$D
126
mount_devfs devfs $D/dev
127
mount_devfs devfs $D/dev

Return to bug 78883