remove obsolete live.conf
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 10-build-initramfs
index ad017fa..c3ed4ea 100755 (executable)
@@ -8,7 +8,6 @@
 
 set -e
 
-fcopy /etc/live.conf
 fcopy /usr/share/initramfs-tools/scripts/init-top/grml
 
 FILE=$(ls -1 $target/boot/vmlinuz-* 2>/dev/null| sort -r | head -1)