Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Replace 40 chars with 20 for bootsplash f4
authorMichael Prokop
Wed Feb 20 17:27:18 2008 +0100 (9 months ago)
changeset 4918837e3d64c0c
manifest8837e3d64c0c
parent 4909f61f6b0d155
child 492603a14543709
Replace 40 chars with 20 for bootsplash f4
grml-live
--- a/grml-live Wed Feb 20 16:52:48 2008 +0100
+++ b/grml-live Wed Feb 20 17:27:18 2008 +0100
@@ -4,7 +4,7 @@
# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports: see http://grml.org/bugs/
# License: This file is licensed under the GPL v2 or any later version.
-# Latest change: Sun Feb 17 00:44:47 CET 2008 [mika]
+# Latest change: Wed Feb 20 17:13:16 CET 2008 [mika]
################################################################################
# read configuration files, set some misc variables {{{
@@ -519,8 +519,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd
GRML_NAME_SQUASHFS="$GRML_NAME.squashfs"
sed -i "s/%GRML_NAME_SQUASHFS%/$GRML_NAME_SQUASHFS/" "$BUILD_OUTPUT"/boot/isolinux/syslinux.cfg
- GRML_NAME_SQUASHFS="$(cut_string 40 "$GRML_NAME_SQUASHFS")"
- GRML_NAME_SQUASHFS="$(extend_string_end 40 "$GRML_NAME_SQUASHFS")"
+ 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
# autostart for Windows: