From 4066bf11cfa02d049d5506e7aefbacd58d57d6a2 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Mon, 17 Oct 2011 16:35:01 +0800 Subject: [PATCH] update README.rst Signed-off-by: Gui Chen --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2642de2..50692e4 100644 --- a/README.rst +++ b/README.rst @@ -55,8 +55,7 @@ Fedora Installation > name=Tools for Fedora > baseurl=http://download.meego.com/live/devel:/tools:/building/Fedora_ > enabled=1 - > gpgcheck =1 - > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego + > gpgcheck=0 > REPO Also you can take the repo file on devel:tools:building as example. For example, @@ -66,7 +65,7 @@ Fedora 13 can use: 2. Update repolist: :: - $ sudo yum update + $ sudo yum makecache 3. Install mic: :: @@ -104,6 +103,8 @@ Ubuntu/Debian Installation > deb http://download.meego.com/live/devel:/tools:/building/_/ / > REPO +*Tips*: for Ubuntu 10.10, you should use xUbuntu_10.10 to replace _. + 2. Update repolist: :: @@ -225,6 +226,9 @@ by all image types, see following table: +------------------+----------------------------------------------------------+ | --pkgmgr | specify backend package manager | +------------------+----------------------------------------------------------+ +| --record-pkgs | record specified infomation of installed packages, | +| | include name, licence, content. | ++------------------+----------------------------------------------------------+ *Tips*: the common options can be normally put before sub-sub command, but also can be after them, such as: :: @@ -235,6 +239,8 @@ or :: $ sudo mic cr fs test.ks --outdir output +*Tips*: if you failed to create armv7* image, the reason may be qemu/qemu-arm on your host is lower than required, please update qemu/qemu-arm higher than 0.13.0. + Running 'mic chroot' -------------------- Subcommand *chroot* is used to chroot an image file. Given an image file, you -- 2.7.4