mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user