X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=e2dcb3005708cade292664f8d144b03679ae11f2;hp=f71ce705220d07f47f77918804607b584eee93b4;hb=f7fe779f9d77da8fcb685127fe245900c1b2e43a;hpb=d9346434d30304e524184dba98e3e17b35461bc0 diff --git a/grml-live b/grml-live index f71ce70..e2dcb30 100755 --- a/grml-live +++ b/grml-live @@ -716,7 +716,9 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then [ -n "$BOOTID" ] || BOOTID="$(echo ${GRML_NAME}${VERSION} | tr -d ',./;\- ')" [ -d "$BUILD_OUTPUT"/conf ] || mkdir "$BUILD_OUTPUT"/conf + einfo "Generating /conf/bootid.txt with entry ${BOOTID}." echo "$BOOTID" > "$BUILD_OUTPUT"/conf/bootid.txt + eend $? # adjust all variables in the templates with the according distribution information for file in "${BUILD_OUTPUT}"/boot/isolinux/*.cfg "${BUILD_OUTPUT}"/boot/isolinux/*.msg \