1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-03 05:56:39 +02:00

use overlayfs for /etc

This commit is contained in:
DanyLE 2023-07-10 17:47:25 +02:00
parent a4d1b14a5e
commit 3baa2d265c

View File

@ -46,9 +46,4 @@ IMAGE_INSTALL:append = "libcurl \
evtest \
raspi-gpio \
"
patch_rootfs () {
cp -a ${IMAGE_ROOTFS}/etc ${IMAGE_ROOTFS}/var/
}
IMAGE_POSTPROCESS_COMMAND += " patch_rootfs "