diff options
author | jianzhong.fang <jz.fang@samsung.com> | 2015-09-08 10:58:19 +0800 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-06-11 20:30:53 +0900 |
commit | a63d31e2db43be3106788ed760f65379b98aeafc (patch) | |
tree | 3f900c6d4add610362f62f26edbdcadde0f611af /doc | |
parent | 51c6664cb742fdee34014c7aa8a164a2cf5a16a3 (diff) | |
download | mic-a63d31e2db43be3106788ed760f65379b98aeafc.tar.gz mic-a63d31e2db43be3106788ed760f65379b98aeafc.tar.bz2 mic-a63d31e2db43be3106788ed760f65379b98aeafc.zip |
Drop MIC liveusb image format support
Change-Id: I48e2f647b8278107bd4ce84c0c9c0237dec8b948
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man.rst | 3 | ||||
-rw-r--r-- | doc/usage.rst | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/man.rst b/doc/man.rst index fd75fd4..c3cdc61 100644 --- a/doc/man.rst +++ b/doc/man.rst @@ -32,7 +32,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 - | liveusb create live USB image, used for USB booting | loop create loop image, including multi-partitions | raw create raw image, containing multi-partitions @@ -108,9 +107,7 @@ Options: Examples: - | mic convert tizen.iso liveusb | mic convert tizen.usbimg livecd - | mic cv --shell tizen.iso liveusb Advanced Usage ============== diff --git a/doc/usage.rst b/doc/usage.rst index dbd4c21..f13f0a9 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -44,7 +44,7 @@ Image formulation support * Including partition table and all the partitions * The image is bootable directly -- Livecd/liveusb +- Livecd * Mainly used for an ia32 build, it can be burned to CD or usbstick, which can be booted into a live system or installation UI @@ -70,7 +70,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 - liveusb create live USB image, used for USB booting loop create loop image, including multi-partitions raw create raw image, containing multi-partitions @@ -182,9 +181,7 @@ This command is used for converting an image to another format. :: - mic cv tizen.iso liveusb mic cv tizen.usbimg livecd - mic cv --shell tizen.iso liveusb Getting Start ------------- |