Split /etc/apt/sources.list file into structured files in /etc/apt/sources.list.d/
[grml-live.git] / etc / grml / fai / config / hooks / instsoft.GRMLBASE
index 4e94d66..213f39c 100755 (executable)
@@ -57,7 +57,7 @@ EOF
       if [ -L $target/etc/apt/sources.list ] ; then
          rm $target/etc/apt/sources.list
       fi
-      cp /etc/grml/fai/apt/sources.list $target/etc/apt/sources.list
+      cp /etc/grml/fai/apt/sources.list $target/etc/apt/sources.list.d/grml-live.list
    fi
 
    # run it on our own, as updatebase is used at the wrong stage for our needs,