1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +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

@ -27,4 +27,8 @@ do_install() {
install -m 0644 ${WORKDIR}/80_diya ${D}${sysconfdir}/default/volatiles
install -m 0755 ${WORKDIR}/expandfs.sh ${D}/usr/bin/expandfs.sh
install -m 0755 ${WORKDIR}/fs_resize ${DEPLOY_DIR_IMAGE}/
install -d ${D}/var/etc
install -d ${D}/var/etc/upper
install -d ${D}/var/etc/work
}

View File

@ -1,4 +1,4 @@
d root root 0755 /var/etc/upper none
d root root 0755 /var/etc/work none
#d root root 0755 /var/etc/upper none
#d root root 0755 /var/etc/work none
# l root root 0644 /etc/dropbear /var/etc/dropbear