diff options
author | jianzhong.fang <jz.fang@samsung.com> | 2015-09-17 16:24:12 +0800 |
---|---|---|
committer | admin <yuhuan.yang@samsung.com> | 2016-02-04 18:35:20 +0800 |
commit | d1eed423774bad3e620be60a62f1bf6c3b3aea0e (patch) | |
tree | db869280aa6b14c8947e4fd9f14803a2018ca40e /doc | |
parent | e2a16c93c826942686fccbe0144d330259483379 (diff) | |
download | mic-d1eed423774bad3e620be60a62f1bf6c3b3aea0e.tar.gz mic-d1eed423774bad3e620be60a62f1bf6c3b3aea0e.tar.bz2 mic-d1eed423774bad3e620be60a62f1bf6c3b3aea0e.zip |
Drop MIC livecd image format support.
Change-Id: I22032747185fb6f2344c4a88ca227503d9369823
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man.rst | 4 | ||||
-rw-r--r-- | doc/usage.rst | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/doc/man.rst b/doc/man.rst index c3cdc61..851cf1a 100644 --- a/doc/man.rst +++ b/doc/man.rst @@ -31,7 +31,6 @@ Subcommands: | help(?) give detailed help on a specific sub-command | fs create fs image, which is also chroot directory - | livecd create live CD image, used for CD booting | loop create loop image, including multi-partitions | raw create raw image, containing multi-partitions @@ -70,7 +69,6 @@ Options for raw image: Examples: | mic create loop tizen.ks - | mic create livecd tizen.ks --release=latest | mic cr fs tizen.ks --local-pkgs-path=localrpm chroot @@ -107,7 +105,7 @@ Options: Examples: - | mic convert tizen.usbimg livecd + Advanced Usage ============== diff --git a/doc/usage.rst b/doc/usage.rst index f13f0a9..97cb701 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -69,7 +69,6 @@ Create help(?) give detailed help on a specific sub-command fs create fs image, which is also a chroot directory - livecd create live CD image, used for CD booting loop create loop image, including multi-partitions raw create raw image, containing multi-partitions |