mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-17 06:19:52 +02:00
add settings to enable readonly fs
This commit is contained in:
@ -2,6 +2,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
SRC_URI += "file://itf_diya"
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}/var/etc
|
||||
install -d ${D}/var/etc/network
|
||||
rm ${D}/etc/network/interfaces
|
||||
install -m 0644 ${WORKDIR}/itf_diya ${D}/var/etc/network/
|
||||
}
|
Reference in New Issue
Block a user