]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/cdrom
Removed directfb from deps of videolan and sdl
[people/teissler/ipfire-2.x.git] / lfs / cdrom
index 3d30223f789a1711d24c31d1195ba458ff23b952..17a8648970dbc7f8013eee6ef3db0911f31e3d1e 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -48,11 +48,14 @@ md5 :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        rm -rf /install/cdrom /tmp/*
 
+       cp -f $(DIR_SRC)/config/rootfiles/cdrom_corever /opt/pakfire/db/core/mine
+
        # Compress root filesystem
        # Reason for this tar+untar+tar is removing of entries listed two or more in src/ROOTFILES
        mkdir -p /install/cdrom/doc
        find $(DIR_SRC)/config/rootfiles/common -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES
        find $(DIR_SRC)/config/rootfiles/ver_$(ED) -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES
+       find $(DIR_SRC)/config/rootfiles/core/*/files -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES
        sed -e "s/KVER/$(KVER)/g" -i /tmp/ROOTFILES
 
        tar -c -C / --files-from=/tmp/ROOTFILES \