From 1ceee83e8331f465e9d337a72b4bb86587c9ed62 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Fri, 21 Sep 2012 21:17:49 +0800 Subject: [PATCH] fix syntax warning for USAGE.rst Signed-off-by: Gui Chen --- USAGE.rst | 30 ++++++++++++++++++------------ 1 file 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 ============ -- 2.7.4