Provide information about grml-live version and Debian/suite through /etc/grml_live_v...
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 33-aptsetup
index 9cfbd29..03c153b 100755 (executable)
@@ -33,8 +33,8 @@ cat > $target/etc/apt/sources.list << EOF
 EOF
 
 # retrieve build information ($SUITE):
-if [ -r $target/etc/grml/grml-live-build-info ] ; then
-  . $target/etc/grml/grml-live-build-info
+if [ -r $target/etc/grml_live_version ] ; then
+  . $target/etc/grml_live_version
 fi
 
 # if we stil do not know which Debian suite we are building assume "stable"