Skip to content
GitLab
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
27cbc092
Commit
27cbc092
authored
Aug 27, 2003
by
Mike Hibler
Browse files
Create a "myip" file inside the jail for use by the gated config file
generation code
parent
1be3d150
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
27cbc092
...
...
@@ -417,6 +417,13 @@ sub mkrootfs($)
}
}
#
# Stash the control net IP if not the same as the host IP
#
if
(
$IP
ne
$hostip
)
{
mysystem
("
echo
$IP
>>
$path
/root/var/emulab/boot/myip
");
}
#
# Get a list of all the plain files and create zero length versions
# in the new var.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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