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 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.26 2006/06/26 16:16:58 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.27 2006/11/17 21:07:40 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -28,8 +28,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.14</version> -<date>2006-06-26</date> +<version>0.15</version> +<date>2006-11-17</date> <chapter> <title>Obtaining User-Mode Linux</title> @@ -272,6 +272,13 @@ machine to the host. </p> +<note> +If you receive "No space left on device" errors, you may need to allocate more +memory to your user mode system by appending <c>mem=xxxMB</c> to the end of the +kernel thread line. For example: <c>linux ubd0=root_fs ubd1=swap_fs +mem=128MB</c>. +</note> + </body> </section> </chapter> -- [email protected] mailing list
