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
28274132
Commit
28274132
authored
Aug 04, 2014
by
Mike Hibler
Browse files
Nit: since we install slicefix in the admin MFS, install localize_image too.
parent
055485ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/freebsd/GNUmakefile.in
View file @
28274132
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -80,6 +80,7 @@ install client-install: common-install etc-install init-install \
mfs-install: destdircheck common-install etc-install \
script-install bin-install
$(INSTALL) -m 755 $(SRCDIR)/slicefix $(BINDIR)/slicefix
$(INSTALL) -m 755 $(CSRCDIR)/localize_image $(BINDIR)/localize_image
$(INSTALL) -m 755 $(SRCDIR)/camwce $(BINDIR)/camwce
cp $(SRCDIR)/mfs-rc.conf $(SYSETCDIR)/rc.conf
rm -f $(BINDIR)/rc/rc.mkelab
...
...
@@ -151,6 +152,7 @@ cdboot-install: destdircheck common-install etc-install \
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.cdroot $(SYSETCDIR)/rc.cdroot
$(INSTALL) -m 755 $(SRCDIR)/rc.frisbee $(BINDIR)/rc/rc.frisbee
$(INSTALL) -m 755 $(SRCDIR)/slicefix $(BINDIR)/slicefix
$(INSTALL) -m 755 $(CSRCDIR)/localize_image $(BINDIR)/localize_image
$(INSTALL) -m 755 $(SRCDIR)/camwce $(BINDIR)/camwce
cp $(SRCDIR)/cdboot/fstab $(SYSETCDIR)/fstab
cp $(SRCDIR)/cdboot/fstab.lbs $(SYSETCDIR)/fstab.lbs
...
...
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