X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=f10006637bd37a41b548b08e863a070c8ff58422;hp=6e4522c2c17079abfa8d7a6d783ead1d828c1778;hb=339590e;hpb=eeb94c8c0817c0fc3d37266693eab7c66be9f3b2 diff --git a/grml-live b/grml-live index 6e4522c..f100066 100755 --- a/grml-live +++ b/grml-live @@ -447,6 +447,12 @@ if [ -n "$BUILD_DIRTY" ]; then else [ -n "$CHROOT_OUTPUT" ] || CHROOT_OUTPUT="$OUTPUT/grml_chroot" + # inform fai about the suite we build + if [ -n "$SUITE" ] ; then + [ -d "$CHROOT_OUTPUT/etc/grml" ] || mkdir -p "$CHROOT_OUTPUT/etc/grml" + echo "SUITE=$SUITE" > "$CHROOT_OUTPUT/etc/grml/grml-live-build-info" + fi + if [ -n "$UPDATE" -o -n "$BUILD_ONLY" ] ; then FAI_ACTION=softupdate else