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
77d60454
Commit
77d60454
authored
Aug 27, 2003
by
Leigh B. Stoller
Browse files
Oops, have to mkdir /compat before it can be mounted!
parent
47e5b12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/jail/mkjail.pl
View file @
77d60454
...
...
@@ -84,7 +84,7 @@ my $TMCC = "$BINDIR/tmcc";
my
$JAILCONFIG
=
"
jailconfig
";
my
@ROOTCPDIRS
=
("
etc
",
"
root
");
my
@ROOTMKDIRS
=
("
dev
",
"
tmp
",
"
var
",
"
usr
",
"
proc
",
"
users
",
"
opt
",
"
bin
",
"
sbin
",
"
home
",
$LOCALMNTPNT
);
"
bin
",
"
sbin
",
"
home
",
"
compat
",
$LOCALMNTPNT
);
my
@ROOTMNTDIRS
=
("
bin
",
"
sbin
",
"
usr
",
"
compat
");
my
@EMUVARDIRS
=
("
logs
",
"
db
",
"
jails
",
"
boot
",
"
lock
");
my
$VNFILESECT
=
64
*
((
1024
*
1024
)
/
512
);
# 64MB in 512b sectors.
...
...
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