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 18:15:50 +02:00
parent c516cb6685
commit 4637985cdd
4 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,5 @@ 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
}