changeset 1347:8a0a65d7a072

Change SYSIMAGE_HDA_MEGS default to 2 gigs: it only applies to ext2 and if you're specifying that you probably want some scratch space.
author Rob Landley <rob@landley.net>
date Wed, 13 Apr 2011 11:05:47 -0500
parents ffdc94c67308
children 5a33fe4127fd
files config
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config	Wed Apr 13 03:07:02 2011 -0500
+++ b/config	Wed Apr 13 11:05:47 2011 -0500
@@ -54,9 +54,9 @@
 
 # export SYSIMAGE_TYPE=squashfs
 
-# Size of writeable HDA image (if any), defaults to 64 megs
+# Size of writeable HDA image (if any).  Does not apply to squashfs or initramfs
 
-# export SYSIMAGE_HDA_MEGS=64
+# export SYSIMAGE_HDA_MEGS=2048
 
 # Set this to use symlinks instead of hard links when creating temporary copies
 # of the source packages (in setupfor).  This is slower and uses more inodes,