Skip to content

Commit

Permalink
Replace 40 chars with 20 for bootsplash f4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Prokop committed Feb 20, 2008
1 parent 4931fbf commit f941fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grml-live
Expand Up @@ -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 {{{
Expand Down Expand Up @@ -519,8 +519,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
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:
Expand Down

0 comments on commit f941fe9

Please sign in to comment.