1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-17 06:19:52 +02:00

use overlayfs for /etc

This commit is contained in:
DanyLE
2023-07-10 17:59:26 +02:00
parent 3baa2d265c
commit c516cb6685
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,7 @@ SRC_URI += " file://itf_diya "
do_install:append () {
rm ${D}/etc/network/interfaces
install -d ${D}/test/
install -m 0644 ${WORKDIR}/itf_diya ${D}/test/interfaces
install -m 0644 ${WORKDIR}/itf_diya ${D}/etc/network/interfaces
}