diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index 96b545ed4..a251375d1 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -27,7 +27,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net" SVNSETUP="svn://svn.archlinux.org/packages/" # name of the release -ARCHVERSION="2k15-R1" +ARCHVERSION="2k15-R2" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-network.conf b/etc/archboot/default-network.conf index 6534bf1a3..a74f676cf 100644 --- a/etc/archboot/default-network.conf +++ b/etc/archboot/default-network.conf @@ -28,7 +28,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net" SVNSETUP="svn://svn.archlinux.org/packages/" # name of the release -ARCHVERSION="2k15-R1" +ARCHVERSION="2k15-R2" ###### 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 9886baaae..eea7a8fa3 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -28,7 +28,7 @@ arch_lockdown-ms arch_prebootloader arch_efivar net" SVNSETUP="svn://svn.archlinux.org/packages/" # name of the release -ARCHVERSION="2k15-R1" +ARCHVERSION="2k15-R2" ###### 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 b4d8a0dd8..c6edb0527 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -83,7 +83,7 @@ fi # set defaults, if nothing given [[ -z "${KERNEL}" ]] && KERNEL="$(uname -r)" -[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k15-R1" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k15-R2" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" IMAGENAME_OLD="${IMAGENAME}"