From 8fceb84d8e62ef655a5a7a221768a728b5b0bfab Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 25 Apr 2009 19:46:08 +0200 Subject: [PATCH] 'changed release name to Schmuie' --- 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 c5f8f185c..7c5d7553f 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 f20136aaa..566f1e0b8 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 b99ec59fa..e663b39a5 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 d98e5c9e8..9de12eb63 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 874116f7b..6f4770889 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 f357dc63e..b644d912d 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 5c520754c..d0dcab82f 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="Schlumpi" +ARCHVERSION="Schmuie" ###### 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 e5aa5aa07..a1c3a39a7 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="Schlumpi" +[ "${RELEASENAME}" = "" ] && RELEASENAME="Schmuie" [ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" # generate temp directories