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
2578c812
Commit
2578c812
authored
Jun 11, 2009
by
Leigh B. Stoller
Browse files
Minor fix to the LOOPBACKMOUNT variable, which is used in rc.mounts.
parent
661207b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/linux/liblocsetup.pm
View file @
2578c812
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# Copyright (c) 2000-200
9
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -56,7 +56,7 @@ $CP = "/bin/cp";
$DF
=
"
/bin/df
";
$EGREP
=
"
/bin/egrep -q
";
$NFSMOUNT
=
"
/bin/mount -o vers=2,udp
";
# Force NFS Version 2 over UDP
$LOOPBACKMOUNT
=
"
/bin/mount -
-
bind
";
$LOOPBACKMOUNT
=
"
/bin/mount -
n -o
bind
";
$UMOUNT
=
"
/bin/umount
";
$TMPASSWD
=
"
$ETCDIR
/passwd
";
$SFSSD
=
"
/usr/local/sbin/sfssd
";
...
...
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