From 686deb396bd95d75b250088b1f8ebbc405f62de7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 12 Aug 2017 09:14:00 +0200 Subject: [PATCH] bump to 2k17 release --- 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 07c487958..e9bfaf321 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="2k16-R3" +ARCHVERSION="2k17-R1" ###### 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 257a1774c..dd787711b 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="2k16-R3" +ARCHVERSION="2k17-R1" ###### 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 81ad8487e..29d218c5e 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="2k16-R3" +ARCHVERSION="2k17-R1" ###### 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 f02299816..e58fba068 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="2k16-R3" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k17-R1" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" IMAGENAME_OLD="${IMAGENAME}"