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
fb546411
Commit
fb546411
authored
Nov 12, 2003
by
Leigh B. Stoller
Browse files
Add back missing MAKEDEV of the vn device.
parent
5d034dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
fb546411
...
...
@@ -330,6 +330,9 @@ sub mkrootfs($)
# Find a free vndevice.
#
for
(
my
$i
=
0
;
$i
<
$MAXVNDEVS
;
$i
++
)
{
# Make sure the dev entries exist!
mysystem
("
(cd /dev; ./MAKEDEV vn
${i}
)
");
system
("
vnconfig -c vn
${i}
root.vnode
");
if
(
!
$?
)
{
$vndevice
=
$i
;
...
...
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