]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/install+setup/install/main.c
Displayfix in der Samba CGI
[ipfire-2.x.git] / src / install+setup / install / main.c
index 7a6e2257ef3b4bad556d2ea15184eb7b2b0ffeea..938329f533ed624fd8eafd3216ce2b01a8c05880 100644 (file)
@@ -361,8 +361,8 @@ int main(int argc, char *argv[])
        
   /* Calculating Root-Size dependend of Max Disk Space */
   if ( disk < 756 )
-               root_partition = 256;
-       else if ( disk >= 1024 && disk <= 3072 )
+               root_partition = 200;
+       else if ( disk >= 756 && disk <= 3072 )
                root_partition = 512;
        else 
                root_partition = 2048;