bump version and year to 2011

This commit is contained in:
Tobias Powalowski 2010-12-13 19:08:13 +01:00
parent 73ec5ce1e1
commit e39d6ae528
11 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -23,7 +23,7 @@ install ()
echo "Arch Linux" >> ${BOOTMESSAGE}
echo "http://www.archlinux.org" >> ${BOOTMESSAGE}
echo "Copyright 2002 - 2007 Judd Vinet <jvinet@zeroflux.org>" >> ${BOOTMESSAGE}
echo "Copyright 2007 - 2010 Aaron Griffin <aaron@archlinux.org>" >> ${BOOTMESSAGE}
echo "Copyright 2007 - 2011 Aaron Griffin <aaron@archlinux.org>" >> ${BOOTMESSAGE}
echo "Distributed under the GNU General Public License (GPL)" >> ${BOOTMESSAGE}
echo "" >> ${BOOTMESSAGE}
echo "${TITLEMSG} BOOT" >> ${BOOTMESSAGE}

View file

@ -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

View file

@ -2,7 +2,7 @@
# Script for creating grub2 efi bootable isos
# Contributed by "Keshav P R " <skodabenz at rocketmail dot com>
export archboot_ver="2010.12-1"
export archboot_ver="2011.01-1"
export wd=${PWD}
export archboot_ext=${wd}/archboot_ext

View file

@ -11,7 +11,7 @@
Arch Linux
http://www.archlinux.org
Copyright 2002 - 2007 Judd Vinet <jvinet@zeroflux.org>
Copyright 2007 - 2010 Aaron Griffin <aaron@archlinux.org>
Copyright 2007 - 2011 Aaron Griffin <aaron@archlinux.org>
Distributed under the GNU General Public License (GPL)
@@BOOTLOADER@@ BOOT

View file

@ -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?