diff options
author | Holger Wansing <holgerw@debian.org> | 2017-09-26 20:13:13 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-09-26 20:13:13 +0000 |
commit | 0445c80ebec994676f57e6afb4ef052a03f4cff8 (patch) | |
tree | 643bc9c9d27b66cde03e3fea127a2df940264dab /build/arch-options/armel | |
parent | 9836969aeb22933ce3effb9b19e22069f015f0f2 (diff) | |
download | installation-guide-0445c80ebec994676f57e6afb4ef052a03f4cff8.zip |
Remove "Checked/not-checked for <arch>" warnings, except for hurd
and kfreebsd variants. Closes #868357
Diffstat (limited to 'build/arch-options/armel')
-rw-r--r-- | build/arch-options/armel | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/arch-options/armel b/build/arch-options/armel index 7ebc1a73e..0045a3366 100644 --- a/build/arch-options/armel +++ b/build/arch-options/armel @@ -24,4 +24,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="" goodies="supports-lang-chooser" -status="checked" + +# 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. +status="" |