diff options
author | Frans Pop <elendil@planet.nl> | 2006-10-17 12:38:39 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-10-17 12:38:39 +0000 |
commit | ef3714832555c68776a196f1ff9449724b74e636 (patch) | |
tree | 2a1d2f32f602141ace501996f6832645ee9a06d3 | |
parent | 3cd78e53dc23cd74eb4b7d7ef2b1ee9b4269bbe9 (diff) | |
download | installation-guide-ef3714832555c68776a196f1ff9449724b74e636.zip |
Disable m68k for official builds as it is not a release architecture
-rw-r--r-- | debian/archlist | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/archlist b/debian/archlist index b6f89aaaf..8071a927a 100644 --- a/debian/archlist +++ b/debian/archlist @@ -7,7 +7,7 @@ alpha Alpha arm ARM hppa PA-RISC (hppa) ia64 IA-64 -m68k Motorola 680x0 +#m68k Motorola 680x0 mips Mips mipsel Mipsel powerpc PowerPC diff --git a/debian/changelog b/debian/changelog index 6aafcdadf..dba15b3b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,11 +53,12 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low * Add new section in preseeding appendix on partman-auto-raid. Not included in preseed text file as it is still somewhat experimental. * Document changes in guided partitioning and added encrypted LVM support. + * Disable m68k for official builds as it is not a release architecture. [ Joey Hess ] * Update for recent floppy changes. - -- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 12:47:52 -0400 + -- Frans Pop <fjp@debian.org> Tue, 17 Oct 2006 14:37:02 +0200 installation-guide (20060726) unstable; urgency=low |