'changed release name to Schmollie'

This commit is contained in:
Tobias Powalowski 2009-06-17 13:26:55 +02:00
parent 9641dc8b33
commit 8c6ea9cb63
8 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_bootmessage_allinone arch_acpi arch
SVNSETUP="svn://archlinux.org/srv/svn-packages/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_bootmessage_allinone arch_tz arch_ke
SVNSETUP="svn://archlinux.org/srv/svn-packages/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -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/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -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/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -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/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -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/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_acpi arch_bootmessage arch_motd arc
SVNSETUP="svn://archlinux.org/srv/svn-packages/" SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release # name of the release
ARCHVERSION="Schmuie" ARCHVERSION="Schmollie"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

@ -60,7 +60,7 @@ fi
# set defaults, if nothing given # set defaults, if nothing given
[ "${KERNEL}" = "" ] && KERNEL=$(uname -r) [ "${KERNEL}" = "" ] && KERNEL=$(uname -r)
[ "${RELEASENAME}" = "" ] && RELEASENAME="Schmuie" [ "${RELEASENAME}" = "" ] && RELEASENAME="Schmollie"
[ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" [ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
# generate temp directories # generate temp directories