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
9622bc2f
Commit
9622bc2f
authored
May 13, 2013
by
Srikanth Raju
Committed by
Leigh B Stoller
Jul 23, 2013
Browse files
Don't image the cloud init semaphores
parent
b872c5ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/export-template-remote.rb
View file @
9622bc2f
...
...
@@ -19,7 +19,8 @@ class EmulabExport
require
'ec2/platform/current'
excludes
=
[
'/tmp/image'
,
'/dev'
,
'/media'
,
'/mnt'
,
'/proc'
,
'/sys'
,
'/'
,
'/proc/sys/fs/binfmt_misc'
,
'/dev/pts'
]
'/proc'
,
'/sys'
,
'/'
,
'/proc/sys/fs/binfmt_misc'
,
'/dev/pts'
,
'/var/lib/cloud/sem'
]
image
=
EC2
::
Platform
::
Current
::
Image
.
new
(
"/"
,
"/tmp/image"
,
10
*
1024
,
...
...
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