add new version

This commit is contained in:
Tobias Powalowski 2011-08-11 15:37:05 +02:00
parent 5b9f082f74
commit 1a9bd7c330
7 changed files with 7 additions and 7 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### 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="2k11-R5"
ARCHVERSION="2k11-R6"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -71,7 +71,7 @@ fi
# set defaults, if nothing given
[ "${KERNEL}" = "" ] && KERNEL="$(uname -r)"
[ "${LTS_KERNEL}" = "" ] && LTS_KERNEL="2.6.32-lts"
[ "${RELEASENAME}" = "" ] && RELEASENAME="2k11-R5"
[ "${RELEASENAME}" = "" ] && RELEASENAME="2k11-R6"
[ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
ALLINONE="$(mktemp -d /tmp/allinone.XXX)"