diff --git a/etc/archboot/allinone-lts.conf b/etc/archboot/allinone-lts.conf index 768a41634..3392b7749 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### 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 8166a3f5d..c82be87c4 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### 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 52cc403b0..5e95d1381 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### 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 6e94939bf..caee513e1 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### 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 c5685e3b7..72b46018a 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### 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 1ac8114df..3e4348989 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="2k11-R5" +ARCHVERSION="2k11-R6" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/usr/bin/archboot-allinone.sh b/usr/bin/archboot-allinone.sh index 94fd1d608..36d3ff8ea 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -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)"