summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-09-22 17:14:18 +0200
committerJuergen Daubert <jue@jue.li>2008-09-22 17:14:18 +0200
commit32b939ff720157b68e6b13e4c14a164c1f9bb64b (patch)
tree51a46420860d1226e6ceeff5144344d2e978a792
parentd8a6737ac6543aa041fe63f114f3097afd757171 (diff)
downloadiso-32b939ff720157b68e6b13e4c14a164c1f9bb64b.tar.gz
iso-32b939ff720157b68e6b13e4c14a164c1f9bb64b.tar.xz
Updated version to 2.5 at several places
-rw-r--r--Makefile2
-rwxr-xr-xdoc/handbook/get_wiki_handbook2
-rwxr-xr-xdoc/handbook/get_wiki_release_notes2
-rwxr-xr-xinitramfs/init2
-rwxr-xr-xiso/bin/setup4
-rwxr-xr-xiso/bin/setup-helper4
-rw-r--r--iso/etc/motd2
-rw-r--r--iso/isolinux/boot.msg2
8 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index c13ea15..d76e1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Copyright (c) 2003-2005 Per Liden <per@fukt.bth.se>
#
-CRUXVERSION = 2.4
+CRUXVERSION = 2.5
COLLECTIONS = core opt xorg
KERNEL_MIRROR = ftp://ftp.kernel.org
KERNEL_VERSION = 2.6.23.9
diff --git a/doc/handbook/get_wiki_handbook b/doc/handbook/get_wiki_handbook
index ce21652..06e469d 100755
--- a/doc/handbook/get_wiki_handbook
+++ b/doc/handbook/get_wiki_handbook
@@ -4,7 +4,7 @@
INFILE=handbook.in
OUTFILE=handbook.txt
-CRUX_VERSION=2.4
+CRUX_VERSION=2.5
TITLE="HANDBOOK FOR CRUX $CRUX_VERSION"
URL="http://crux.nu/Main/Handbook${CRUX_VERSION/\./-}?action=print"
diff --git a/doc/handbook/get_wiki_release_notes b/doc/handbook/get_wiki_release_notes
index 747e7c5..b39d397 100755
--- a/doc/handbook/get_wiki_release_notes
+++ b/doc/handbook/get_wiki_release_notes
@@ -4,7 +4,7 @@
INFILE=releasenotes.in
OUTFILE=releasenotes.txt
-CRUX_VERSION=2.4
+CRUX_VERSION=2.5
URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION/\./-}?action=print"
set -x
diff --git a/initramfs/init b/initramfs/init
index a835181..ac4f5d6 100755
--- a/initramfs/init
+++ b/initramfs/init
@@ -126,7 +126,7 @@ find_and_mount_cdrom() {
# main script
echo ""
-echo -e "${BOLD}CRUX 2.4 - ${BLUE}http://crux.nu/${NORM}"
+echo -e "${BOLD}CRUX 2.5 - ${BLUE}http://crux.nu/${NORM}"
echo ""
exec >/dev/console </dev/console 2>&1
diff --git a/iso/bin/setup b/iso/bin/setup
index 21903ab..a13dea5 100755
--- a/iso/bin/setup
+++ b/iso/bin/setup
@@ -20,7 +20,7 @@
# USA.
#
-VERSION="2.4"
+VERSION="2.5"
do_dialog() {
dialog --backtitle "CRUX $VERSION Setup" --no-shadow "$@"
@@ -303,7 +303,7 @@ main() {
if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ]
then
(/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \
- --title " Please wait [2.3 -> 2.4 check]" --gauge "" 8 60 0
+ --title " Please wait [2.4 -> 2.5 check]" --gauge "" 8 60 0
fi
install_packages
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper
index 8072664..5caf981 100755
--- a/iso/bin/setup-helper
+++ b/iso/bin/setup-helper
@@ -84,8 +84,8 @@ if [ -z "$1" ]; then
exit -1
fi
-# 2.3 -> 2.4
-echo "* CRUX 2.3 -> 2.4 setup-helper"
+# 2.4 -> 2.5
+echo "* CRUX 2.4 -> 2.5 setup-helper"
remove_packages xorg-applewmproto xorg-libapplewm xorg-libwindowswm \
xorg-libxp xorg-libxprintapputil xorg-libxprintutil \
xorg-windowswmproto xorg-xprintproto util-linux
diff --git a/iso/etc/motd b/iso/etc/motd
index 1b4e445..961571f 100644
--- a/iso/etc/motd
+++ b/iso/etc/motd
@@ -1,3 +1,3 @@
-Welcome to the CRUX 2.4 CD!
+Welcome to the CRUX 2.5 CD!
diff --git a/iso/isolinux/boot.msg b/iso/isolinux/boot.msg
index 4d91772..26ab2e6 100644
--- a/iso/isolinux/boot.msg
+++ b/iso/isolinux/boot.msg
@@ -1,4 +1,4 @@
- Welcome to the CRUX 2.4 CD!
+ Welcome to the CRUX 2.5 CD!
Press <Enter> to boot using the CD-ROM/initramfs.

Generated by cgit