From efd16e405a8b448948f36db7d2872be0ded201fe Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 5 Apr 2010 20:23:20 +0200 Subject: [PATCH] increase UML root file system to 700 MB --- testing/testing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.conf b/testing/testing.conf index 3d4510feb..8bee4374f 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -60,7 +60,7 @@ USE_FARP="yes" ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2 # Size of the finished root filesystem in MB -ROOTFSSIZE=600 +ROOTFSSIZE=700 # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used.