diff options
author | Frans Pop <elendil@planet.nl> | 2006-07-26 05:29:23 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-07-26 05:29:23 +0000 |
commit | 0735c627fda9389e61472238d56bf60bc650ba04 (patch) | |
tree | 7e08a7b279dc0eedbf27303499e80625eb76b135 | |
parent | b8f2f5812d835e36ec77126fc5c561a6a813e873 (diff) | |
download | installation-guide-0735c627fda9389e61472238d56bf60bc650ba04.zip |
- arm, mips and mipsel switched to 2.6 kernels
- Enable Brazillian Portuguese and Vietnamese translation for release
- Disable Greek translation as it is too incomplete
- Minor changelog fixups
- Release 20060726
-rw-r--r-- | build/arch-options/arm | 4 | ||||
-rw-r--r-- | build/arch-options/mips | 4 | ||||
-rw-r--r-- | build/arch-options/mipsel | 4 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/langlist | 6 |
5 files changed, 15 insertions, 13 deletions
diff --git a/build/arch-options/arm b/build/arch-options/arm index 469bf1a6f..3f19744b9 100644 --- a/build/arch-options/arm +++ b/build/arch-options/arm @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="arm;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.16" arch_listname="arm" # These two options should be set if condition 'smp' is set below smp_config_section="N/A" @@ -11,7 +11,7 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" +kernelpackage="common-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-rarp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" diff --git a/build/arch-options/mips b/build/arch-options/mips index 50d175964..2cef322c5 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="mips;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.16" arch_listname="mips" # These two options should be set if condition 'smp' is set below smp_config_section="N/A" @@ -11,7 +11,7 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" +kernelpackage="common-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-dhcp;supports-nfsroot" boot="" diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index 10789f8f7..36ed4b4f3 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="mipsel;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.16" arch_listname="mips" # These two options should be set if condition 'smp' is set below smp_config_section="N/A" @@ -11,7 +11,7 @@ smp_config_option="N/A" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" +kernelpackage="common-kpkg" fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-dhcp;supports-bootp;supports-nfsroot" boot="" diff --git a/debian/changelog b/debian/changelog index 3919ca603..27e10353c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -installation-guide (2006xxxx) UNRELEASED; urgency=low +installation-guide (20060726) unstable; urgency=low [ Joey Hess ] * Update kernel building section to conditionalise some more 2.4 kernel @@ -52,13 +52,17 @@ installation-guide (2006xxxx) UNRELEASED; urgency=low [ Miroslav Kure ] * Document installation to encrypted partitions (partman-crypto). + * Update XOrg to 7.0. [ Frans Pop ] * Etch has been assigned version 4.0. * Update kernel versions to 2.6.16. * Base languages to be built for website on list of release languages. + * arm, mips and mipsel switched to 2.6 kernels. + * Enable Brazillian Portuguese and Vietnamese translation for release. + * Disable Greek translation as it is too incomplete. - -- Frans Pop <fjp@debian.org> Sun, 23 Jul 2006 08:20:37 +0200 + -- Frans Pop <fjp@debian.org> Wed, 26 Jul 2006 07:27:52 +0200 installation-guide (20060427) unstable; urgency=low @@ -118,8 +122,6 @@ installation-guide (20060427) unstable; urgency=low [ Frans Pop ] * Document new option to preseed additional apt sources for target system. * Document how to create a preconfiguration file. - - [ Frans Pop ] * Enable Catalan, Italian and Swedish translations for release. * Disable Brazillian Portuguese translation as it is too incomplete. diff --git a/debian/langlist b/debian/langlist index ebf48dd51..97c93fc20 100644 --- a/debian/langlist +++ b/debian/langlist @@ -6,7 +6,7 @@ ca Catalan cs Czech #da Danish de German -el Greek +#el Greek es Spanish #eu Basque fr French @@ -16,11 +16,11 @@ ja Japanese ko Korean #nl Dutch pt Portuguese (PT) -#pt_BR Portuguese (BR) +pt_BR Portuguese (BR) sv Swedish #tl Tagalog #ro Romanian ru Russian -#vi Vietnamese +vi Vietnamese zh_CN Chinese (simplified) #zh_TW Chinese (traditional) |