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
e3205eb1
Commit
e3205eb1
authored
Jul 24, 2003
by
Leigh B. Stoller
Browse files
Create a /local directory on the new FS.
parent
36e36f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/mkextrafs.pl
View file @
e3205eb1
...
...
@@ -97,6 +97,7 @@ mysystem("newfs -U ${rawdevice}s${slice}${partition}");
mysystem
("
echo
\"
$fsdevice
$mountpoint
ufs rw 0 2
\"
>> /etc/fstab
");
mysystem
("
mount
$mountpoint
");
mysystem
("
mkdir
$mountpoint
/local
");
sub
mysystem
($)
{
...
...
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