mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-20 03:48:22 +01:00
add settings to enable readonly fs
This commit is contained in:
parent
3d6cf9866c
commit
5c5016f424
@ -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/
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
d root root 0755 /var/etc/network none
|
||||
d root root 0755 /var/etc/dropbear none
|
||||
l root root 0644 /etc/network/interfaces /var/etc/network/itf_diya
|
||||
l root root 0644 /etc/dropbear /var/etc/dropbear
|
||||
|
Loading…
Reference in New Issue
Block a user