From 5d79721f18ef6a6d5b82ee52c7928abcc2787b5e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 5 Jun 2014 21:51:39 +0200 Subject: [PATCH] bump releasename --- etc/archboot/allinone.conf | 2 +- etc/archboot/default-network.conf | 2 +- etc/archboot/default.conf | 2 +- usr/bin/archboot-allinone.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index 51379312f..afa33ea6d 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="2k14-R1" +ARCHVERSION="2k14-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 678fb69ce..b5a1ee300 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="2k14-R1" +ARCHVERSION="2k14-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 ea5054109..713671ac5 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="2k14-R1" +ARCHVERSION="2k14-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 2e57406a0..e9d482145 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="2k14-R1" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R2" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" IMAGENAME_OLD="${IMAGENAME}"