bootsplash: replace placeholder %GRML_NAME_SQUASHFS% with according value
authorMichael Prokop <mika@grml.org>
Tue, 24 Feb 2009 09:21:31 +0000 (10:21 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 24 Feb 2009 09:21:31 +0000 (10:21 +0100)
debian/changelog
grml-live

index 433cd02..75e0062 100644 (file)
@@ -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 <mika@grml.org>  Tue, 24 Feb 2009 01:34:22 +0100
+ -- Michael Prokop <mika@grml.org>  Tue, 24 Feb 2009 10:20:34 +0100
 
 grml-live (0.9.9) unstable; urgency=low
 
index a36d734..67bbaeb 100755 (executable)
--- 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