From afa93c1f78e45eec31ed847bfcd05e1bc85808ec Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 12 Nov 2014 14:30:44 +0100 Subject: [PATCH] bump release name --- 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 2ada8b540..ea2fb7e84 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-R4" +ARCHVERSION="2k14-R5" ###### 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 110d401f7..2499c0642 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-R4" +ARCHVERSION="2k14-R5" ###### 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 377bb944a..e5afa7607 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-R4" +ARCHVERSION="2k14-R5" ###### 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 8d1def1c7..1739f3c54 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-R4" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R5" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" IMAGENAME_OLD="${IMAGENAME}"