kleine Anpassungen am Installer

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@825 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-08-25 16:07:48 +00:00
parent 195c8ed1bf
commit da6e926b92
2 changed files with 3 additions and 1 deletions

View File

@@ -381,7 +381,7 @@ int main(int argc, char *argv[])
swap_file = calc_swapsize(memory, maximum_free);
if (maximum_free < 512 + swap_file ) {
if (maximum_free < 400 + swap_file ) {
if (maximum_free < 700) {
errorbox(ctr[TR_DISK_TOO_SMALL]);
goto EXIT;