From d31557be382379ccb5949c97528640ae758076fe Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Apr 2021 11:57:05 +0200 Subject: Warn when the lowmem levels have not been actually tested --- build/arch-options/amd64 | 1 + build/arch-options/arm64 | 2 ++ build/arch-options/armel | 2 ++ build/arch-options/armhf | 2 ++ build/arch-options/hppa | 2 ++ build/arch-options/hurd-i386 | 1 + build/arch-options/i386 | 1 + build/arch-options/ia64 | 1 + build/arch-options/kfreebsd-amd64 | 2 ++ build/arch-options/kfreebsd-i386 | 2 ++ build/arch-options/mips | 2 ++ build/arch-options/mips64el | 2 ++ build/arch-options/mipsel | 2 ++ build/arch-options/powerpc | 1 + build/arch-options/ppc64el | 1 + build/arch-options/s390 | 1 + build/arch-options/s390x | 1 + build/arch-options/sparc | 1 + build/buildone.sh | 2 +- build/buildone_ng.sh | 2 +- 20 files changed, 29 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/arch-options/amd64 b/build/arch-options/amd64 index d3199829d..ca1a3bdfa 100644 --- a/build/arch-options/amd64 +++ b/build/arch-options/amd64 @@ -24,6 +24,7 @@ frontend="newt;gtk" other="supports-wireless;supports-pcmcia;supports-serial-console;has-bd-iso" smp="smp-alternatives" goodies="supports-lang-chooser" +lowmem="" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/arm64 b/build/arch-options/arm64 index 9a73d5549..f028dfc0b 100644 --- a/build/arch-options/arm64 +++ b/build/arch-options/arm64 @@ -9,6 +9,7 @@ archspec="arm;arm64;not-x86;not-s390;not-powerpc" arch_listname="arm" arch_porturl="arm" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -28,6 +29,7 @@ frontend="newt;gtk;arm-gtk" other="supports-serial-console" smp="defaults-smp" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/armel b/build/arch-options/armel index c04f4fad2..d17df5114 100644 --- a/build/arch-options/armel +++ b/build/arch-options/armel @@ -9,6 +9,7 @@ archspec="arm;armel;not-x86;not-s390;not-powerpc" arch_listname="arm" arch_porturl="arm" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -26,6 +27,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/armhf b/build/arch-options/armhf index 05e720ef6..69a1985ed 100644 --- a/build/arch-options/armhf +++ b/build/arch-options/armhf @@ -9,6 +9,7 @@ archspec="arm;armhf;not-x86;not-s390;not-powerpc" arch_listname="arm" arch_porturl="arm" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -26,6 +27,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="smp-alternatives" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/hppa b/build/arch-options/hppa index 73033c78b..39707de07 100644 --- a/build/arch-options/hppa +++ b/build/arch-options/hppa @@ -5,6 +5,7 @@ archspec="hppa;not-x86;not-s390;not-powerpc" arch_listname="hppa" arch_porturl="hppa" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -22,6 +23,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="supports-smp" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/hurd-i386 b/build/arch-options/hurd-i386 index 7fd8046d8..baf785dca 100644 --- a/build/arch-options/hurd-i386 +++ b/build/arch-options/hurd-i386 @@ -24,4 +24,5 @@ frontend="newt" other="" smp="" goodies="supports-lang-chooser" +lowmem="" status="new-arch;not-checked" diff --git a/build/arch-options/i386 b/build/arch-options/i386 index b7d0f6856..2e71c66d7 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -24,6 +24,7 @@ frontend="newt;gtk" other="supports-wireless;supports-pcmcia;supports-serial-console;has-bd-iso" smp="smp-alternatives" goodies="supports-lang-chooser" +lowmem="" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/ia64 b/build/arch-options/ia64 index baf322f79..3f026e4c0 100644 --- a/build/arch-options/ia64 +++ b/build/arch-options/ia64 @@ -23,6 +23,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="supports-smp" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/kfreebsd-amd64 b/build/arch-options/kfreebsd-amd64 index 9239f2a8e..8e7d3f1ec 100644 --- a/build/arch-options/kfreebsd-amd64 +++ b/build/arch-options/kfreebsd-amd64 @@ -5,6 +5,7 @@ archspec="kfreebsd-amd64;any-amd64;any-x86;not-x86;not-s390;not-powerpc" arch_listname="bsd" arch_porturl="kfreebsd-gnu" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=170 # This is coming from the lowmem package @@ -26,4 +27,5 @@ frontend="newt;not-gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="smp-alternatives" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" status="not-checked" diff --git a/build/arch-options/kfreebsd-i386 b/build/arch-options/kfreebsd-i386 index 8357cbf24..f5749a95d 100644 --- a/build/arch-options/kfreebsd-i386 +++ b/build/arch-options/kfreebsd-i386 @@ -5,6 +5,7 @@ archspec="kfreebsd-i386;any-i386;any-x86;not-x86;not-s390;not-powerpc" arch_listname="bsd" arch_porturl="kfreebsd-gnu" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=90 # This is coming from the lowmem package @@ -26,4 +27,5 @@ frontend="newt;not-gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="supports-smp-somtimes" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" status="not-checked" diff --git a/build/arch-options/mips b/build/arch-options/mips index cee077d71..9928db8fc 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -5,6 +5,7 @@ archspec="mips;not-x86;not-s390;not-powerpc" arch_listname="mips" arch_porturl="mips" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -22,6 +23,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="supports-smp-sometimes" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/mips64el b/build/arch-options/mips64el index 2817c76a9..fa822845a 100644 --- a/build/arch-options/mips64el +++ b/build/arch-options/mips64el @@ -5,6 +5,7 @@ archspec="mips64el;not-x86;not-s390;not-powerpc" arch_listname="mips" arch_porturl="mips" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -22,6 +23,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="supports-smp-sometimes" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index ac4e22738..eebe8828e 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -5,6 +5,7 @@ archspec="mipsel;not-x86;not-s390;not-powerpc" arch_listname="mips" arch_porturl="mips" +# TODO: update # This is coming from the lowmem package minimum_memory_strict=32 # This is coming from the lowmem package @@ -22,6 +23,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="supports-smp-sometimes" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc index db8a8d8fa..2d23ef9fd 100644 --- a/build/arch-options/powerpc +++ b/build/arch-options/powerpc @@ -25,6 +25,7 @@ frontend="newt;gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="supports-smp-sometimes" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/ppc64el b/build/arch-options/ppc64el index 0b11af35d..2162cac4f 100644 --- a/build/arch-options/ppc64el +++ b/build/arch-options/ppc64el @@ -25,6 +25,7 @@ frontend="newt" other="supports-serial-console" smp="defaults-smp" goodies="supports-lang-chooser" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/s390 b/build/arch-options/s390 index b00794ce9..8bad8b039 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -23,6 +23,7 @@ frontend="not-newt;not-gtk" other="" smp="defaults-smp" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/s390x b/build/arch-options/s390x index 76efbb3a7..7dcac7a73 100644 --- a/build/arch-options/s390x +++ b/build/arch-options/s390x @@ -27,6 +27,7 @@ frontend="not-newt;not-gtk" other="" smp="defaults-smp" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/arch-options/sparc b/build/arch-options/sparc index 7bbcc5845..c4b680a30 100644 --- a/build/arch-options/sparc +++ b/build/arch-options/sparc @@ -25,6 +25,7 @@ other="supports-serial-console" #smp="supports-smp-sometimes" smp="" goodies="" +lowmem="lowmem-unchecked" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. diff --git a/build/buildone.sh b/build/buildone.sh index 2e68ff496..c823cd441 100755 --- a/build/buildone.sh +++ b/build/buildone.sh @@ -80,7 +80,7 @@ create_profiled () { fi # Join all architecture options into one big variable - condition="$fdisk;$network;$boot;$smp;$frontend;$other;$goodies;$unofficial_build;$status;$manual_release" + condition="$fdisk;$network;$boot;$smp;$frontend;$other;$goodies;$lowmem;$unofficial_build;$status;$manual_release" # Add language options condition="$condition;$optional_paras" # Add build options for the manual diff --git a/build/buildone_ng.sh b/build/buildone_ng.sh index a70e43284..266860f16 100755 --- a/build/buildone_ng.sh +++ b/build/buildone_ng.sh @@ -84,7 +84,7 @@ create_profiled () { fi # Join all architecture options into one big variable - condition="$fdisk;$network;$boot;$smp;$frontend;$other;$goodies;$unofficial_build;$status;$manual_release" + condition="$fdisk;$network;$boot;$smp;$frontend;$other;$goodies;$lowmem;$unofficial_build;$status;$manual_release" # Add language options condition="$condition;$optional_paras" # Add build options for the manual -- cgit v1.2.3