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
f00ee5bc
Commit
f00ee5bc
authored
Jun 05, 2013
by
Mike Hibler
Browse files
Make sure /etc/emulab/ismfs gets created in the BSD Frisbee MFS.
parent
5ada29d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/freebsd/GNUmakefile.in
View file @
f00ee5bc
...
...
@@ -122,6 +122,9 @@ frisbee-mfs-install: destdircheck
$(INSTALL) -m 755 -s ../findif $(SYSETCDIR)/testbed
rm -f $(BINDIR)/rc/rc.mkelab
rm -f $(RCDIR)/elvind.sh
@if [ ! -f $(ISMFS) ]; then \
echo >$(ISMFS) "This file indicates its the MFS. DO NOT DELETE!"; \
fi
cdboot-install: destdircheck common-install etc-install \
script-install bin-install
...
...
clientside/tmcc/freebsd/rc.frisbee
View file @
f00ee5bc
...
...
@@ -557,9 +557,6 @@ case $STATUS in
dd
if
=
/dev/zero
of
=
/dev/
$d
bs
=
512
count
=
16
done
# XXX rc.nodecheck expects this
cp
/dev/null
$ETCDIR
/ismfs
# XXX tmp, gather HW info (including disk speed tests)
if
[
-x
$BINDIR
/rc.nodecheck
]
;
then
$BINDIR
/rc.nodecheck boot gather
...
...
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