From: Michael Prokop Date: Tue, 24 Feb 2009 09:21:31 +0000 (+0100) Subject: bootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value X-Git-Tag: v0.9.10~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=5c6f6285e8e88212d37794a558597f63f42a5a95 bootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value --- diff --git a/debian/changelog b/debian/changelog index 433cd02..75e0062 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ grml-live (0.9.10) unstable; urgency=low - add buildd/execute.sh to further simplify buildd/*.sh setup - send_mail(): do not append /var/log/grml-buildd.stdout by default - add shebang line to buildd/[execute|functions].sh to make lintian happy + * Replace placeholder %GRML_NAME_SQUASHFS% with according value in + bootsplash f5. [Closes: issue619] - -- Michael Prokop Tue, 24 Feb 2009 01:34:22 +0100 + -- Michael Prokop Tue, 24 Feb 2009 10:20:34 +0100 grml-live (0.9.9) unstable; urgency=low diff --git a/grml-live b/grml-live index a36d734..67bbaeb 100755 --- a/grml-live +++ b/grml-live @@ -603,6 +603,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then GRML_NAME_SQUASHFS="$(cut_string 20 "$GRML_NAME_SQUASHFS")" GRML_NAME_SQUASHFS="$(extend_string_end 20 "$GRML_NAME_SQUASHFS")" sed -i "s/%GRML_NAME_SQUASHFS%/$GRML_NAME_SQUASHFS/" "$BUILD_OUTPUT"/boot/isolinux/f4 + sed -i "s/%GRML_NAME_SQUASHFS%/$GRML_NAME_SQUASHFS/" "$BUILD_OUTPUT"/boot/isolinux/f5 # autostart for Windows: if [ -d "${TEMPLATE_DIRECTORY}/windows/autostart/" ] ; then