1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +02:00

add settings to enable readonly fs

This commit is contained in:
DanyLE 2023-07-10 10:24:57 +02:00
parent 68d24bb496
commit 37a70525e5
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://interfaces-custom"
SRC_URI += "file://itf_diya"
do_install:append () {
rm ${D}/etc/network/interfaces
install -m 0644 ${WORKDIR}/interfaces-custom ${D}/var/etc/network/interfaces
install -m 0644 ${WORKDIR}/itf_diya ${D}/var/etc/network/
}

View File

@ -1,3 +1,3 @@
d root root 0755 /var/etc/dropbear none
l root root 0644 /etc/network/interfaces /var/etc/network/interfaces
l root root 0644 /etc/network/interfaces /var/etc/network/itf_diya
l root root 0644 /etc/dropbear /var/etc/dropbear