diff options
author | jianzhong.fang <jz.fang@samsung.com> | 2015-09-08 10:58:19 +0800 |
---|---|---|
committer | admin <yuhuan.yang@samsung.com> | 2016-02-04 18:34:53 +0800 |
commit | e2a16c93c826942686fccbe0144d330259483379 (patch) | |
tree | c455ceb06a3ff03497783062a5374d8f8c7276c6 /tools | |
parent | 7b0498872862188b95fec53852f7ab9505f62afd (diff) | |
download | mic-e2a16c93c826942686fccbe0144d330259483379.tar.gz mic-e2a16c93c826942686fccbe0144d330259483379.tar.bz2 mic-e2a16c93c826942686fccbe0144d330259483379.zip |
Drop MIC liveusb image format support
Change-Id: I48e2f647b8278107bd4ce84c0c9c0237dec8b948
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mic | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -135,7 +135,7 @@ class MicCmd(cmdln.Cmdln): help="Launch shell before packaging the converted image") def do_convert(self, _subcmd, opts, *args): """${cmd_name}: convert image format - + Usage: mic convert <imagefile> <destformat> @@ -174,7 +174,6 @@ class MicCmd(cmdln.Cmdln): % (srcformat, destformat)) maptab = { "livecd": "iso", - "liveusb": "usbimg", "loop": "img", } if destformat in maptab: |