Added ASK's cmm config
This commit is contained in:
@@ -282,7 +282,10 @@ RUN KERNEL_VER=$(ls /out/rootfs/lib/modules/) && \
|
||||
RUN mkdir -p /out/rootfs-cfg/etc/dpa && \
|
||||
cp -r "${ASK_DIR}/dpa_app/files/etc/"* /out/rootfs-cfg/etc/dpa/ && \
|
||||
cp "${ASK_DIR}/config/gateway-dk/cdx_cfg.xml" /out/rootfs-cfg/etc/dpa/ && \
|
||||
cp -r /src/fmc/etc/* /out/rootfs-cfg/etc
|
||||
cp -r /src/fmc/etc/* /out/rootfs-cfg/etc && \
|
||||
mkdir -p /out/rootfs-cfg/etc/cmm && \
|
||||
cp "${ASK_DIR}/config/fastforward" /out/rootfs-cfg/etc/cmm/
|
||||
|
||||
|
||||
FROM scratch AS export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user