projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb407ae
)
Fix regression introduced by 9a14296c6dbfd3234c5cfef0f2571ee50201d89d
author
Marko Saukko
<marko.saukko@cybercom.com>
Thu, 16 Feb 2012 19:19:59 +0000
(21:19 +0200)
committer
Marko Saukko
<marko.saukko@cybercom.com>
Thu, 16 Feb 2012 19:19:59 +0000
(21:19 +0200)
Signed-off-by: Marko Saukko <marko.saukko@cybercom.com>
mic/imager/fs.py
patch
|
blob
|
history
diff --git
a/mic/imager/fs.py
b/mic/imager/fs.py
index b7949f96c18ce6975ab1291b8e8c10ce30b51614..a548796f655943e6e976a9240ff9a2ad97a94c58 100644
(file)
--- a/
mic/imager/fs.py
+++ b/
mic/imager/fs.py
@@
-25,7
+25,9
@@
from subprocess import call
class FsImageCreator(BaseImageCreator):
def __init__(self, cfgmgr = None, pkgmgr = None):
- self._valid_compression_methods = ["tar.bz2"]
+ self.zips = {
+ "tar.bz2" : ""
+ }
BaseImageCreator.__init__(self, cfgmgr, pkgmgr)
self._fstype = None
self._fsopts = None