X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=f10006637bd37a41b548b08e863a070c8ff58422;hb=97e3cccdc3cc6e992cc4c485ee445adaaa396ac4;hp=6e4522c2c17079abfa8d7a6d783ead1d828c1778;hpb=533b646324c35fe26c9dcd2848440aa8b73a2923;p=grml-live.git 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