[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH] Changed size of hd-images to 2GB



From: "Moritz Grosch (LittleFox)" <littlefox@xxxxxxxx>

64MB aren't even enough to install coreutils
---
 build/config/image_hd.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/config/image_hd.sh b/build/config/image_hd.sh
index 4b2df61..e5b3f7e 100644
--- a/build/config/image_hd.sh
+++ b/build/config/image_hd.sh
@@ -1,3 +1,3 @@
 IMAGE_PATH="build/images/hd.img"
 # Imagegroesse in Megabytes
-IMAGE_SIZE=64
+IMAGE_SIZE=2048
-- 
1.7.10.4