diff options
author | Aurelien Jarno <aurel32@debian.org> | 2015-04-14 21:30:20 +0000 |
---|---|---|
committer | Aurelien Jarno <aurel32@debian.org> | 2015-04-14 21:30:20 +0000 |
commit | bdc24b4eab93be5d8ab03a2ebb4457406240c2c4 (patch) | |
tree | 408934a4a119898bbd8890c53b34a477af0e673b | |
parent | 8473e50a7e533d26388743e0bfe5fef3e9a501df (diff) | |
download | installation-guide-bdc24b4eab93be5d8ab03a2ebb4457406240c2c4.zip |
Remove new-arch from k-a and k-i. Add it to arm64 and ppc64el
-rw-r--r-- | build/arch-options/arm64 | 2 | ||||
-rw-r--r-- | build/arch-options/kfreebsd-amd64 | 2 | ||||
-rw-r--r-- | build/arch-options/kfreebsd-i386 | 2 | ||||
-rw-r--r-- | build/arch-options/ppc64el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/arch-options/arm64 b/build/arch-options/arm64 index e780f8726..87012a7bc 100644 --- a/build/arch-options/arm64 +++ b/build/arch-options/arm64 @@ -24,4 +24,4 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="defaults-smp" goodies="supports-lang-chooser" -status="not-checked" +status="new-arch;not-checked" diff --git a/build/arch-options/kfreebsd-amd64 b/build/arch-options/kfreebsd-amd64 index 5c37d7626..50641c12f 100644 --- a/build/arch-options/kfreebsd-amd64 +++ b/build/arch-options/kfreebsd-amd64 @@ -24,4 +24,4 @@ frontend="newt;not-gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="smp-alternatives" goodies="supports-lang-chooser" -status="new-arch;not-checked" +status="not-checked" diff --git a/build/arch-options/kfreebsd-i386 b/build/arch-options/kfreebsd-i386 index 33389ad42..fbd2beccb 100644 --- a/build/arch-options/kfreebsd-i386 +++ b/build/arch-options/kfreebsd-i386 @@ -26,4 +26,4 @@ frontend="newt;not-gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="supports-smp-somtimes" goodies="supports-lang-chooser" -status="new-arch;not-checked" +status="not-checked" diff --git a/build/arch-options/ppc64el b/build/arch-options/ppc64el index 3ab7361aa..f1bda035e 100644 --- a/build/arch-options/ppc64el +++ b/build/arch-options/ppc64el @@ -23,4 +23,4 @@ frontend="newt" other="supports-serial-console" smp="defaults-smp" goodies="supports-lang-chooser" -status="not-checked" +status="new-arch;not-checked" |