Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
ffda1af1
Commit
ffda1af1
authored
Sep 25, 2008
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More rc files to run for fakejails (dedicated federated nodes in this
case). Still more to add.
parent
e3906db1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tmcd/common/config/rc.config
tmcd/common/config/rc.config
+3
-2
No files found.
tmcd/common/config/rc.config
View file @
ffda1af1
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2004-200
7
University of Utah and the Flux Group.
# Copyright (c) 2004-200
8
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -83,7 +83,8 @@ if (MFS()) {
"rc.hostnames"
,
"rc.keys"
,
"rc.tarfiles"
,
"rc.rpms"
);
}
elsif
(
FAKEJAILED
()) {
@
bootscripts
= (
"rc.misc"
,
"rc.keys"
,
"rc.progagent"
);
@
bootscripts
= (
"rc.misc"
,
"rc.keys"
,
"rc.route"
,
"rc.tunnels"
,
"rc.ifconfig"
,
"rc.progagent"
);
}
elsif
(
WINDOWS
()) {
@
bootscripts
= (
"rc.misc"
,
"rc.localize"
,
...
...
Write
Preview
Markdown
is supported
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