diff --git a/etc/archboot/allinone-lowmem.conf b/etc/archboot/allinone-lowmem.conf index 7c5d7553f..2ca952863 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 05b259fea..436a75ffc 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 a9911eb4b..85e1d4ef7 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 bb8b59b37..4b3ed07d1 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 69e056924..9c62eb389 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 1735a08e8..95a2d2cc2 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 d0dcab82f..ec2939a9e 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="Schmuie" +ARCHVERSION="Schmollie" ###### 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 a1c3a39a7..f3cafd332 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="Schmuie" +[ "${RELEASENAME}" = "" ] && RELEASENAME="Schmollie" [ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" # generate temp directories