summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2012-09-21 21:17:49 +0800
committerGui Chen <gui.chen@intel.com>2012-12-12 19:33:23 +0800
commit1ceee83e8331f465e9d337a72b4bb86587c9ed62 (patch)
treea5fc65a23bdbe2d9c26bae519f6201630ded23af
parent6fa7be66571d94bb0dbe6fb7c56c62896664e181 (diff)
downloadmic-1ceee83e8331f465e9d337a72b4bb86587c9ed62.tar.gz
mic-1ceee83e8331f465e9d337a72b4bb86587c9ed62.tar.bz2
mic-1ceee83e8331f465e9d337a72b4bb86587c9ed62.zip
fix syntax warning for USAGE.rst
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--USAGE.rst30
1 files changed, 18 insertions, 12 deletions
diff --git a/USAGE.rst b/USAGE.rst
index 45e8cb6..d4575b2 100644
--- a/USAGE.rst
+++ b/USAGE.rst
@@ -64,12 +64,12 @@ Options for fs image:
Options for loop image:
--shrink whether to shrink loop images to minimal size
- --compress-image=COMPRESS_IMAGE compress all loop images with 'gz' or 'bz2'
- --compress-disk-image=COMPRESS_DISK_IMAGE same with --compress-image
+ --compress-image=COMPRESS_IMAGE compress all loop images with 'gz' or 'bz2'
+ --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'
- --compress-disk-image=COMPRESS_DISK_IMAGE same with --compress-image
+ --compress-image=COMPRESS_IMAGE compress all raw images with 'gz' or 'bz2'
+ --compress-disk-image=COMPRESS_DISK_IMAGE same with --compress-image
Examples:
@@ -127,14 +127,20 @@ chroot environment with the customized rpm.
Now mic will use bootstrap to create image by default, and to meet your requirement, you can
also change the setting for bootstrap (/etc/mic/bootstrap.conf):
-[main]
-distro_name = tizen # which distro will be used for creating bootstrap
-rootdir = /var/tmp/mic-bootstrap # which dir will be located when creating bootstrap
-enable = true # whether to enable the bootstrap mode
-
-[tizen] # the supported distro for creating bootstrap
-optional: # which packages will be optional when creating bootstrap for this distro
-packages: # which packages will be required when creating bootstrap for this distro
+
+| [main]
+| # which distro will be used for creating bootstrap
+| distro_name = tizen
+| # which dir will be located when creating bootstrap
+| rootdir = /var/tmp/mic-bootstrap
+| # whether to enable the bootstrap mode
+| enable = true
+|
+| [tizen] # the supported distro for creating bootstrap
+| # which packages will be optional when creating bootstrap for this distro
+| optional:
+| # which packages will be required when creating bootstrap for this distro
+| packages:
KNOWN ISSUES
============