From 2eefa977a862ee0b799c34cd9d3001bafd2de64b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 8 Sep 2009 17:37:29 +0200 Subject: [PATCH] bump to new release name Schepperle --- etc/archboot/allinone-lowmem.conf | 2 +- etc/archboot/allinone.conf | 2 +- etc/archboot/default-ftp-pxelinux.conf | 2 +- etc/archboot/default-ftp.conf | 2 +- etc/archboot/default-pxelinux.conf | 2 +- etc/archboot/default.conf | 2 +- etc/archboot/lowmem.conf | 2 +- usr/bin/archboot-allinone.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/archboot/allinone-lowmem.conf b/etc/archboot/allinone-lowmem.conf index 5649b90ea..a4cb20eec 100644 --- a/etc/archboot/allinone-lowmem.conf +++ b/etc/archboot/allinone-lowmem.conf @@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_bootmessage_allinone arch_acpi arch SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Schmollie" +ARCHVERSION="Schepperle" ###### 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 5ad19f50d..d7117eb4f 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="Schmollie" +ARCHVERSION="Schepperle" ###### 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 87cb7ac02..62783b835 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="Schmollie" +ARCHVERSION="Schepperle" ###### 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 0e761bc56..6b2cd14e7 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="Schmollie" +ARCHVERSION="Schepperle" ###### 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 ac134dccb..fa8022fe1 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="Schmollie" +ARCHVERSION="Schepperle" ###### 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 67efaae48..724ed1e40 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="Schmollie" +ARCHVERSION="Schepperle" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/lowmem.conf b/etc/archboot/lowmem.conf index c97a25f8a..b366e336e 100644 --- a/etc/archboot/lowmem.conf +++ b/etc/archboot/lowmem.conf @@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_acpi arch_bootmessage arch_motd arc SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Schmollie" +ARCHVERSION="Schepperle" ###### 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 79b02edc4..196244328 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -60,7 +60,7 @@ fi # set defaults, if nothing given [ "${KERNEL}" = "" ] && KERNEL=$(uname -r) -[ "${RELEASENAME}" = "" ] && RELEASENAME="Schmollie" +[ "${RELEASENAME}" = "" ] && RELEASENAME="Schepperle" [ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" # generate temp directories