mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
Build Error gefixt, config types gefixt, root partition auf 1GB
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@591 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -406,7 +406,7 @@ int main(int argc, char *argv[])
|
||||
boot_partition = 20; /* in MB */
|
||||
current_free = maximum_free - boot_partition - swap_file;
|
||||
|
||||
root_partition = 2048 ;
|
||||
root_partition = 1024 ;
|
||||
if (current_free < 512) {
|
||||
errorbox(ctr[TR_DISK_TOO_SMALL]);
|
||||
goto EXIT;
|
||||
|
||||
Reference in New Issue
Block a user