Build Error gefixt, config types gefixt, root partition auf 1GB

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@591 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-05-29 09:53:38 +00:00
parent 3c5695fea0
commit de53a0531c
5 changed files with 945 additions and 889 deletions

View 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;