vapier      14/06/14 23:19:13

  Modified:             cross-qemu.xml
  Log:
  just recommend USE=static-user when building qemu as most people do not need 
the system progs to be static

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?r1=1.8&r2=1.9

Index: cross-qemu.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cross-qemu.xml      11 Dec 2013 07:18:38 -0000      1.8
+++ cross-qemu.xml      14 Jun 2014 23:19:13 -0000      1.9
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v 
1.8 2013/12/11 07:18:38 vapier Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v 
1.9 2014/06/14 23:19:13 vapier Exp $ -->
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
@@ -11,8 +11,8 @@
 How To compile with QEMU user.
 </abstract>
 
-<version>0.5</version>
-<date>11 Dec 2013</date>
+<version>0.6</version>
+<date>14 Jun 2014</date>
 
 <section>
 <title>Usage</title>
@@ -21,13 +21,13 @@
 <p>
 In order to take advantage of QEMU user mode we need to do a few things. First
 we need to merge the QEMU package with the right settings. That means building
-it with USE=static and setting QEMU_USER_TARGETS to include the targets we want
-to utilize.
+it with USE=static-user and setting QEMU_USER_TARGETS to include the targets we
+want to utilize.
 </p>
 
 <pre caption="Building QEMU">
 <comment>See the portage(5) man page for other ways of doing this.</comment>
-# <i>echo app-emulation/qemu static &gt; /etc/portage/package.use</i>
+# <i>echo app-emulation/qemu static-user &gt; /etc/portage/package.use</i>
 
 <comment>Tweak the list here to include the target(s) you care about.
 See the `emerge -pv qemu` output for the full list.
@@ -75,8 +75,8 @@
 <comment>(Unpack the tarball)</comment>
 # <i>tar -xzvf arch-stageball</i>
 # <i>cd arch-stageball</i>
-<comment>(Install the static qemu user into the chroot)</comment>
-# <i>ROOT=$PWD/ emerge -K qemu user</i>
+<comment>(Install the static qemu into the chroot)</comment>
+# <i>ROOT=$PWD/ emerge -K qemu</i>
 # <i>mkdir -p usr/portage</i>
 <comment>(Mount the required directories)</comment>
 # <i>mount --bind /usr/portage usr/portage</i>




Reply via email to