Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
060b1649
Commit
060b1649
authored
Sep 27, 2002
by
Mike Hibler
Browse files
create some BPF devices in the jail
parent
df6f7ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
060b1649
...
...
@@ -311,8 +311,9 @@ sub mkrootfs($)
#
# /dev is also special. It gets a very restricted set of entries.
# Note that we create some BPF devices since they work in our jails.
#
mysystem
("
cd
$path
/root/dev; cp -p /dev/MAKEDEV .; ./MAKEDEV jail
");
mysystem
("
cd
$path
/root/dev; cp -p /dev/MAKEDEV .; ./MAKEDEV jail
bpf31
");
#
# Create stub /var and create the necessary log files.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment