taskotron-dev: change to not copy so we don't have to change libtaskotron as well
This commit is contained in:
parent
76268772ab
commit
13f9b15eb1
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class Image(object):
|
|||
log.error('Error while changing SELinux context on '
|
||||
'image {}'.format(image_path))
|
||||
|
||||
def prepare(self, copy=True):
|
||||
def prepare(self, copy=False):
|
||||
"""Prepare the image for local use by either downloading the image from
|
||||
a remote location or copying/linking it into the image store from a locally
|
||||
mounted filesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue