Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: uml.xml
Date: Fri, 17 Nov 2006 21:08:31
Message-Id: 20061117210811.6E69164342@smtp.gentoo.org
1 nightmorph 06/11/17 21:07:40
2
3 Modified: uml.xml
4 Log:
5 added mem parameter to UML guide, bug 135821
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/en/uml.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?r1=1.26&r2=1.27
13
14 Index: uml.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- uml.xml 26 Jun 2006 16:16:58 -0000 1.26
21 +++ uml.xml 17 Nov 2006 21:07:40 -0000 1.27
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.26 2006/06/26 16:16:58 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.27 2006/11/17 21:07:40 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -28,8 +28,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.14</version>
34 -<date>2006-06-26</date>
35 +<version>0.15</version>
36 +<date>2006-11-17</date>
37
38 <chapter>
39 <title>Obtaining User-Mode Linux</title>
40 @@ -272,6 +272,13 @@
41 machine to the host.
42 </p>
43
44 +<note>
45 +If you receive "No space left on device" errors, you may need to allocate more
46 +memory to your user mode system by appending <c>mem=xxxMB</c> to the end of the
47 +kernel thread line. For example: <c>linux ubd0=root_fs ubd1=swap_fs
48 +mem=128MB</c>.
49 +</note>
50 +
51 </body>
52 </section>
53 </chapter>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list