diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-12-27 21:32:29 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-12-27 21:32:29 +0000 |
commit | 39e7b5918c8aef0ced60230afce76f533f382fcf (patch) | |
tree | 3fd2bc0bacca83b6db5a3db8f76507f696205b8c | |
parent | 39801595ddee28b098417041e7927ef20856b726 (diff) | |
download | installation-guide-39e7b5918c8aef0ced60230afce76f533f382fcf.zip |
Update kfreebsd-i386 lowmem values, thanks Steven Chamberlain
-rw-r--r-- | build/arch-options/kfreebsd-i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/arch-options/kfreebsd-i386 b/build/arch-options/kfreebsd-i386 index 3768a0e7d..e23a244a1 100644 --- a/build/arch-options/kfreebsd-i386 +++ b/build/arch-options/kfreebsd-i386 @@ -6,9 +6,9 @@ archspec="kfreebsd-i386;any-i386;any-x86;not-x86;not-s390;not-powerpc" arch_listname="bsd" arch_porturl="kfreebsd-gnu" # This is also in the lowmem package -minimum_memory=128 +minimum_memory=80 # This is also in the rootskel package, S60frontend -minimum_memory_gtk=224 +minimum_memory_gtk=192 # These two options should be set if condition 'smp' is set below # TODO: update smp_config_section="Processor type and features" |