From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1GlAwp-0001MY-2s
for garchives@archives.gentoo.org; Fri, 17 Nov 2006 21:08:31 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAHL8DXC009555;
Fri, 17 Nov 2006 21:08:13 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAHL8C7X026301
for ; Fri, 17 Nov 2006 21:08:12 GMT
Received: from lark (lark.gentoo.osuosl.org [140.211.166.177])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with SMTP id 6E69164342
for ; Fri, 17 Nov 2006 21:08:11 +0000 (UTC)
Received: by lark (sSMTP sendmail emulation); Fri, 17 Nov 2006 21:07:40 +0000
From: "Josh Saddler"
Date: Fri, 17 Nov 2006 21:07:40 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: uml.xml
Message-Id: <20061117210811.6E69164342@smtp.gentoo.org>
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 88e452de-7bb7-4400-bb45-9fa199a89592
X-Archives-Hash: 2d33471311d997a050852c8be1a92364
nightmorph 06/11/17 21:07:40
Modified: uml.xml
Log:
added mem parameter to UML guide, bug 135821
Revision Changes Path
1.27 xml/htdocs/doc/en/uml.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?r1=1.26&r2=1.27
Index: uml.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- uml.xml 26 Jun 2006 16:16:58 -0000 1.26
+++ uml.xml 17 Nov 2006 21:07:40 -0000 1.27
@@ -1,5 +1,5 @@
-
+
@@ -28,8 +28,8 @@
-0.14
-2006-06-26
+0.15
+2006-11-17
Obtaining User-Mode Linux
@@ -272,6 +272,13 @@
machine to the host.
+
+If you receive "No space left on device" errors, you may need to allocate more
+memory to your user mode system by appending mem=xxxMB to the end of the
+kernel thread line. For example: linux ubd0=root_fs ubd1=swap_fs
+mem=128MB.
+
+