]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kleine Anpassungen am Installer
authormaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 16:07:48 +0000 (16:07 +0000)
committermaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 16:07:48 +0000 (16:07 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@825 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

src/install+setup/install/main.c
src/install+setup/setup/networking.c

index 5174662da03412d07d14cb6e886d3532c9076e54..3847beba89a02ef4933a8ad8d45088203ed75eb2 100644 (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;
index 6a2bb128fc3b8f43115456f91d60fbdbe838fb03..39b08c79fa101a6eb50100a2f32f78c29f84aee3 100644 (file)
@@ -434,6 +434,8 @@ int changedrivers(void)
                { green = 1; red = 1; blue = 1; }
        else if (configtype == 4)
                { green = 1; red=1; orange=1; blue = 1; }
+       else if (configtype == "")
+         { green = 1; red = 1; }
 
        do
        {