diff options
author | jianzhong.fang <jz.fang@samsung.com> | 2015-09-28 11:04:05 +0800 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-06-11 20:33:48 +0900 |
commit | 79548a1ab34856d2a2197abceca0d21dd813128b (patch) | |
tree | d9f5b71c1eb36d681ae31f31e067f0086d9bf58e /doc | |
parent | a63f585bc3ee587892e6539d4cf72ae51f22c9a8 (diff) | |
download | mic-79548a1ab34856d2a2197abceca0d21dd813128b.tar.gz mic-79548a1ab34856d2a2197abceca0d21dd813128b.tar.bz2 mic-79548a1ab34856d2a2197abceca0d21dd813128b.zip |
Drop mic raw image format support
Change-Id: Ia5f0f14131463f1eb20bbfe8a7159dfe1307f215
Conflicts:
plugins/imager/raw_plugin.py
Conflicts:
plugins/imager/raw_plugin.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man.rst | 8 | ||||
-rw-r--r-- | doc/usage.rst | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/doc/man.rst b/doc/man.rst index 851cf1a..290af95 100644 --- a/doc/man.rst +++ b/doc/man.rst @@ -20,8 +20,7 @@ USAGE create ------ -This command is used to create various images, including live CD, live USB, -loop, raw. +This command is used to create various images, including loop. Usage: @@ -32,7 +31,6 @@ Subcommands: | help(?) give detailed help on a specific sub-command | fs create fs image, which is also chroot directory | loop create loop image, including multi-partitions - | raw create raw image, containing multi-partitions Options: @@ -62,10 +60,6 @@ Options for loop image: --compress-image=COMPRESS_IMAGE compress all loop images with 'gz' or 'bz2' or 'lzo' --compress-disk-image=COMPRESS_DISK_IMAGE same with --compress-image -Options for raw image: - --compress-image=COMPRESS_IMAGE compress all raw images with 'gz' or 'bz2' or 'lzo' - --compress-disk-image=COMPRESS_DISK_IMAGE same with --compress-image - Examples: | mic create loop tizen.ks diff --git a/doc/usage.rst b/doc/usage.rst index 97cb701..d8a10c6 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -70,13 +70,12 @@ Create help(?) give detailed help on a specific sub-command fs create fs image, which is also a chroot directory loop create loop image, including multi-partitions - raw create raw image, containing multi-partitions - <ksfile>: The kickstart file is a simple text file, containing a list of items about image partition, setup, Bootloader, packages to be installed, etc, each identified by a keyword. -In Tizen, the released image will have a ks file along with image. For example, you can download the ks file from: http://download.tizen.org/releases/daily/trunk/ivi/latest/images/ivi-min... +In Tizen, the released image will have a ks file along with image. For example, you can download the ks file from: http://download.tizen.org/releases/weekly/tizen/mobile/latest/images/... - Options include: |