Displayfix in der Samba CGI

Disksize Rechnung im Installer angepasst


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@860 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-30 21:19:25 +00:00
parent eedc26d951
commit 25943d3bf7
2 changed files with 6 additions and 6 deletions

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