X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=40f3cebb08bf8db5297cfa7ac3f4bf6b0c5865e9;hb=b06e7f2e6a71e9b7f96799e30e2a4af0a463f8bf;hp=dc36d244cdcc0d236cff986667c49b26e394c8c2;hpb=5eabf98c5e2bcb6a2a1ad5da385253acca03cdcd;p=grml-live.git diff --git a/grml-live b/grml-live index dc36d24..40f3ceb 100755 --- a/grml-live +++ b/grml-live @@ -448,6 +448,7 @@ else [ -n "$CHROOT_OUTPUT" ] || CHROOT_OUTPUT="$OUTPUT/grml_chroot" # provide inform fai about the ISO we build + [ -d "$CHROOT_OUTPUT/etc/" ] || mkdir -p "$CHROOT_OUTPUT/etc/" echo '# This file has been generated by grml-live.' > "$CHROOT_OUTPUT/etc/grml_live_version" [ -n "$GRML_LIVE_VERSION" ] && echo "GRML_LIVE_VERSION=$GRML_LIVE_VERSION" >> "$CHROOT_OUTPUT/etc/grml_live_version" [ -n "$SUITE" ] && echo "SUITE=$SUITE" >> "$CHROOT_OUTPUT/etc/grml_live_version"