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