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:
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user