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
47e5b12d
Commit
47e5b12d
authored
Aug 27, 2003
by
Leigh B. Stoller
Browse files
Mount /compat so that linux bins will work (shared libs).
parent
1fc01b12
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
47e5b12d
...
...
@@ -85,7 +85,7 @@ my $JAILCONFIG = "jailconfig";
my
@ROOTCPDIRS
=
("
etc
",
"
root
");
my
@ROOTMKDIRS
=
("
dev
",
"
tmp
",
"
var
",
"
usr
",
"
proc
",
"
users
",
"
opt
",
"
bin
",
"
sbin
",
"
home
",
$LOCALMNTPNT
);
my
@ROOTMNTDIRS
=
("
bin
",
"
sbin
",
"
usr
");
my
@ROOTMNTDIRS
=
("
bin
",
"
sbin
",
"
usr
"
,
"
compat
"
);
my
@EMUVARDIRS
=
("
logs
",
"
db
",
"
jails
",
"
boot
",
"
lock
");
my
$VNFILESECT
=
64
*
((
1024
*
1024
)
/
512
);
# 64MB in 512b sectors.
my
$MAXVNDEVS
=
100
;
...
...
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