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
ffda1af1
Commit
ffda1af1
authored
Sep 25, 2008
by
Leigh B. Stoller
Browse files
More rc files to run for fakejails (dedicated federated nodes in this
case). Still more to add.
parent
e3906db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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