Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
9fce1f4b
Commit
9fce1f4b
authored
Jun 05, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Mike change to build "vn" devices early.
parent
74ed5e40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
tmcd/common/bootvnodes
tmcd/common/bootvnodes
+10
-0
No files found.
tmcd/common/bootvnodes
View file @
9fce1f4b
...
...
@@ -128,6 +128,16 @@ if (!REMOTE()) {
system
("
mkextrafs.pl
$vndir
");
}
#
# Make sure enough vn devices exist
#
for
(
my
$i
=
0
;
$i
<
scalar
(
@vnodes
);
$i
++
)
{
my
$dev
=
"
vn
${i}
";
if
(
!
-
e
"
/dev/
${dev}
c
")
{
system
("
(cd /dev; ./MAKEDEV
$dev
)
");
}
}
foreach
my
$vnode
(
keys
(
%curvnodelist
))
{
my
$jailflag
=
"";
if
(
$curvnodelist
{
$vnode
})
{
...
...
Write
Preview
Markdown
is supported
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