]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/install/main.c
Build Error gefixt, config types gefixt, root partition auf 1GB
[people/pmueller/ipfire-2.x.git] / src / install+setup / install / main.c
index 5193d8f0ca05d21ae5ca9a760da09e2c5c40887d..ea3c0cc2144f54f84e07ae23c1c543972d30936f 100644 (file)
@@ -406,7 +406,7 @@ int main(int argc, char *argv[])
        boot_partition = 20; /* in MB */
        current_free = maximum_free - boot_partition - swap_file;
 
-       root_partition = 2048 ;
+       root_partition = 1024 ;
        if (current_free < 512) {
                errorbox(ctr[TR_DISK_TOO_SMALL]);
                goto EXIT;