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:
3441cf9
)
remove --preserve-order option in tar fs image
author
Gui Chen
<gui.chen@intel.com>
Mon, 19 May 2014 06:45:32 +0000
(
02:45
-0400)
committer
Gui Chen
<gui.chen@intel.com>
Mon, 19 May 2014 08:47:41 +0000
(
04:47
-0400)
Change-Id: Ib510143290f49c1b791424201401085368b9d1bb
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/imager/fs.py
patch
|
blob
|
history
diff --git
a/mic/imager/fs.py
b/mic/imager/fs.py
index
1cb0910
..
f2ccb78
100644
(file)
--- a/
mic/imager/fs.py
+++ b/
mic/imager/fs.py
@@
-82,7
+82,6
@@
class FsImageCreator(BaseImageCreator):
tar = find_binary_path('tar')
tar_cmdline = [tar, "--numeric-owner",
"--preserve-permissions",
- "--preserve-order",
"--one-file-system",
"--directory",
self._instroot]