summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-27 21:51:19 +0000
committerFrans Pop <elendil@planet.nl>2009-04-27 21:51:19 +0000
commit7ee149f7348893267774548a04708eb5e67c6f4f (patch)
treea02be85ba8aeeed6e09c6682cd4edf04f5c0f30f /build
parent8650fcd78ad4763a99e5843893c95c8318149a91 (diff)
downloadinstallation-guide-7ee149f7348893267774548a04708eb5e67c6f4f.zip
Switch over from Lenny to Squeeze. Current kernel is 2.6.29.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/build.sh2
-rwxr-xr-xbuild/buildone.sh2
-rwxr-xr-xbuild/buildweb.sh2
-rw-r--r--build/entities/common.ent10
4 files changed, 8 insertions, 8 deletions
diff --git a/build/build.sh b/build/build.sh
index 7f86748ef..24c42ed4c 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -5,7 +5,7 @@ set -e
[ -r ./po_functions ] || exit 1
. ./po_functions
-manual_release=${manual_release:=lenny}
+manual_release=${manual_release:=squeeze}
if [ -z "$languages" ]; then
# Buildlist of languages
diff --git a/build/buildone.sh b/build/buildone.sh
index da03df754..619ea2e36 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -52,7 +52,7 @@ create_profiled () {
fi
if [ -z "$manual_release" ]; then
- manual_release="lenny"
+ manual_release="squeeze"
fi
if [ -z "$manual_target" ]; then
manual_target="for_cd"
diff --git a/build/buildweb.sh b/build/buildweb.sh
index 7a5e9ba73..dc968f89a 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -5,7 +5,7 @@ set -e
[ -r ./po_functions ] || exit 1
. ./po_functions
-manual_release=${manual_release:=lenny}
+manual_release=${manual_release:=squeeze}
if [ -z "$languages" ]; then
# Buildlist of languages to be included on the official website
diff --git a/build/entities/common.ent b/build/entities/common.ent
index a62082676..c20f37c78 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -7,10 +7,10 @@
<!ENTITY d-i "<classname>debian-installer</classname>">
-<!ENTITY release "5.0">
-<!ENTITY releasename "lenny">
-<!ENTITY releasename-cap "Lenny">
-<!ENTITY releasename-uc "LENNY">
+<!ENTITY release "6.0">
+<!ENTITY releasename "squeeze">
+<!ENTITY releasename-cap "Squeeze">
+<!ENTITY releasename-uc "SQUEEZE">
<!ENTITY FIXME
"<emphasis>Documentation not complete, text missing.</emphasis>">
@@ -19,7 +19,7 @@
<!ENTITY arch-title
"<phrase arch='amd64'>AMD64</phrase><phrase arch='alpha'>Alpha</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='i386'>Intel x86</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='m68k'>Motorola 680x0</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
-<!ENTITY kernelversion "2.6.26">
+<!ENTITY kernelversion "2.6.29">
<!-- general things from installer -->
<!ENTITY enterkey "<keycap>Enter</keycap>">