From e39d6ae528b9b8224d774ff9294d5830127bab06 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 13 Dec 2010 19:08:13 +0100 Subject: [PATCH] bump version and year to 2011 --- etc/archboot/allinone-lts.conf | 2 +- etc/archboot/allinone.conf | 2 +- etc/archboot/default-ftp-pxelinux.conf | 2 +- etc/archboot/default-ftp.conf | 2 +- etc/archboot/default-pxelinux.conf | 2 +- etc/archboot/default.conf | 2 +- lib/initcpio/install/arch_bootmessage | 2 +- usr/bin/archboot-allinone.sh | 2 +- usr/bin/archboot-efi-img.sh | 2 +- usr/share/archboot/bootloader/messages/allinone | 2 +- usr/share/archboot/installer/archboot.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/archboot/allinone-lts.conf b/etc/archboot/allinone-lts.conf index a7acc5810..7d1884c14 100644 --- a/etc/archboot/allinone-lts.conf +++ b/etc/archboot/allinone-lts.conf @@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_bootmessage_allinone arch_tz arch_k SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index 310b88c33..81e201298 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_bootmessage_allinone arch_tz arch_ke SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-ftp-pxelinux.conf b/etc/archboot/default-ftp-pxelinux.conf index 53f405363..e7660663d 100644 --- a/etc/archboot/default-ftp-pxelinux.conf +++ b/etc/archboot/default-ftp-pxelinux.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-ftp.conf b/etc/archboot/default-ftp.conf index 33057a0b1..fd486f68b 100644 --- a/etc/archboot/default-ftp.conf +++ b/etc/archboot/default-ftp.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-pxelinux.conf b/etc/archboot/default-pxelinux.conf index 013a4db36..72ca04994 100644 --- a/etc/archboot/default-pxelinux.conf +++ b/etc/archboot/default-pxelinux.conf @@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default.conf b/etc/archboot/default.conf index 01374a92e..9802d81c4 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="2k10-R8" +ARCHVERSION="2k11-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/lib/initcpio/install/arch_bootmessage b/lib/initcpio/install/arch_bootmessage index 5f40701a3..72f17f12e 100644 --- a/lib/initcpio/install/arch_bootmessage +++ b/lib/initcpio/install/arch_bootmessage @@ -23,7 +23,7 @@ install () echo "Arch Linux" >> ${BOOTMESSAGE} echo "http://www.archlinux.org" >> ${BOOTMESSAGE} echo "Copyright 2002 - 2007 Judd Vinet " >> ${BOOTMESSAGE} - echo "Copyright 2007 - 2010 Aaron Griffin " >> ${BOOTMESSAGE} + echo "Copyright 2007 - 2011 Aaron Griffin " >> ${BOOTMESSAGE} echo "Distributed under the GNU General Public License (GPL)" >> ${BOOTMESSAGE} echo "" >> ${BOOTMESSAGE} echo "${TITLEMSG} BOOT" >> ${BOOTMESSAGE} diff --git a/usr/bin/archboot-allinone.sh b/usr/bin/archboot-allinone.sh index 724174e4c..320e4920b 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -66,7 +66,7 @@ fi # set defaults, if nothing given [ "${KERNEL}" = "" ] && KERNEL=$(uname -r) [ "${LTS_KERNEL}" = "" ] && LTS_KERNEL="2.6.32-lts" -[ "${RELEASENAME}" = "" ] && RELEASENAME="2k10-R8" +[ "${RELEASENAME}" = "" ] && RELEASENAME="2k11-R1" [ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" # generate temp directories diff --git a/usr/bin/archboot-efi-img.sh b/usr/bin/archboot-efi-img.sh index ec533775d..124259cc2 100755 --- a/usr/bin/archboot-efi-img.sh +++ b/usr/bin/archboot-efi-img.sh @@ -2,7 +2,7 @@ # Script for creating grub2 efi bootable isos # Contributed by "Keshav P R " -export archboot_ver="2010.12-1" +export archboot_ver="2011.01-1" export wd=${PWD} export archboot_ext=${wd}/archboot_ext diff --git a/usr/share/archboot/bootloader/messages/allinone b/usr/share/archboot/bootloader/messages/allinone index 6d2cd06d7..99e08a129 100644 --- a/usr/share/archboot/bootloader/messages/allinone +++ b/usr/share/archboot/bootloader/messages/allinone @@ -11,7 +11,7 @@ Arch Linux http://www.archlinux.org Copyright 2002 - 2007 Judd Vinet -Copyright 2007 - 2010 Aaron Griffin +Copyright 2007 - 2011 Aaron Griffin Distributed under the GNU General Public License (GPL) @@BOOTLOADER@@ BOOT diff --git a/usr/share/archboot/installer/archboot.txt b/usr/share/archboot/installer/archboot.txt index c4e25918a..6ef87f8f0 100644 --- a/usr/share/archboot/installer/archboot.txt +++ b/usr/share/archboot/installer/archboot.txt @@ -53,7 +53,7 @@ Introduction License Arch Linux 2002-2007 Judd Vinet - 2007-2010 Aaron Griffin + 2007-2011 Aaron Griffin and are licensed under the GNU General Public License (GPL). What is Archboot?