diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-11-01 08:08:58 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-11-01 08:08:58 +0000 |
commit | 2292c33498e5483dd3f2cea41b8029ccbfe005ba (patch) | |
tree | 46ad05dd0bac0e16dd284b11721295bc4816986b /build/arch-options/armel | |
parent | 1492baa7b80261c0c4a93c0565931fcb00796405 (diff) | |
download | installation-guide-2292c33498e5483dd3f2cea41b8029ccbfe005ba.zip |
Update lowmem values.
Diffstat (limited to 'build/arch-options/armel')
-rw-r--r-- | build/arch-options/armel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/arch-options/armel b/build/arch-options/armel index 1af0fdf7f..d1fbdc0de 100644 --- a/build/arch-options/armel +++ b/build/arch-options/armel @@ -9,7 +9,8 @@ archspec="arm;not-x86;not-s390;not-powerpc" arch_listname="arm" arch_porturl="arm" -minimum_memory=36 +# This is also in the lowmem package +minimum_memory=31 # These two options should be set if condition 'smp' is set below smp_config_section="N/A" smp_config_option="N/A" |