From 5c6f6285e8e88212d37794a558597f63f42a5a95 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 24 Feb 2009 10:21:31 +0100 Subject: [PATCH] bootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value --- debian/changelog | 4 +++- grml-live | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.1.4