summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man.rst3
-rw-r--r--doc/usage.rst5
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
-------------