diff options
-rw-r--r-- | build/arch-options/armel | 4 | ||||
-rw-r--r-- | build/arch-options/ppc64el | 4 | ||||
-rw-r--r-- | build/arch-options/s390x | 4 | ||||
-rw-r--r-- | debian/changelog | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/build/arch-options/armel b/build/arch-options/armel index d17df5114..1598edb87 100644 --- a/build/arch-options/armel +++ b/build/arch-options/armel @@ -11,9 +11,9 @@ arch_listname="arm" arch_porturl="arm" # TODO: update # This is coming from the lowmem package -minimum_memory_strict=32 +minimum_memory_strict=140 # This is coming from the lowmem package -minimum_memory=80 +minimum_memory=190 # These two options should be set if condition 'smp' is set below smp_config_section="N/A" smp_config_option="N/A" diff --git a/build/arch-options/ppc64el b/build/arch-options/ppc64el index 2162cac4f..f07eb97de 100644 --- a/build/arch-options/ppc64el +++ b/build/arch-options/ppc64el @@ -7,9 +7,9 @@ arch_listname="powerpc" arch_porturl="powerpc" # TODO: update # This is coming from the lowmem package -minimum_memory_strict=32 +minimum_memory_strict=256 # This is coming from the lowmem package -minimum_memory=64 +minimum_memory=500 # This is coming from the rootskel package, S60frontend minimum_memory_gtk=800 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/s390x b/build/arch-options/s390x index 7dcac7a73..8647fcc71 100644 --- a/build/arch-options/s390x +++ b/build/arch-options/s390x @@ -11,9 +11,9 @@ arch_listname="s390" arch_porturl="s390" # TODO: update # This is coming from the lowmem package -minimum_memory_strict=32 +minimum_memory_strict=120 # This is coming from the lowmem package -minimum_memory=44 +minimum_memory=155 # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" smp_config_option="Symmetric multi-processing support" diff --git a/debian/changelog b/debian/changelog index 366a2f575..fdc906059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ installation-guide (20230803) UNRELEASED; urgency=medium * Finaly remove MS-DOS from the doc. * Unification regarding Windows versions. * Remove hint for unofficial builds, that d-i is still in beta state. + * Adapt lowmem values for armel, ppc64el + s390x according to lowmem package. [ Updated translations ] * Dutch by Frans Spiesschaert |