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
4e128cc8
Commit
4e128cc8
authored
Mar 27, 2007
by
David Johnson
Browse files
Silly bug.
parent
a088c501
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/myplc/plcsetup.py
View file @
4e128cc8
...
...
@@ -314,9 +314,10 @@ if not os.path.exists('/tmp/proot'):
pass
os
.
chdir
(
'/tmp'
)
os
.
system
(
"sudo tar -xjpf %s -C /tmp/proot"
%
PLC_BOOTSTRAP_TARBALL
)
os
.
system
(
"sudo tar -xjpf %s -C /tmp/proot"
%
EMULAB_ROOTBALL
)
os
.
system
(
"sudo tar -xjpf %s-%s -C /tmp/proot"
%
(
EMULAB_ROOTBALL
,
EMULAB_ROOTBALL_ROLE
))
os
.
chdir
(
'/tmp/proot'
)
os
.
system
(
"sudo tar -cjpf %s
-%s
."
%
PLC_BOOTSTRAP_TARBALL
)
os
.
system
(
"sudo tar -cjpf %s ."
%
PLC_BOOTSTRAP_TARBALL
)
os
.
chdir
(
cwd
)
os
.
system
(
"sudo rm -rf /tmp/proot"
)
print
"Finished Emulabification."
...
...
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