mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-02-13 13:22:47 +01:00
use overlayfs for /etc
This commit is contained in:
parent
ef288cd22e
commit
3ceeeb7cf1
@ -1,7 +1 @@
|
|||||||
hostname = "diya"
|
hostname = "diya"
|
||||||
do_install:append () {
|
|
||||||
cat >> ${D}${sysconfdir}/fstab <<EOF
|
|
||||||
# add overlay for /etc
|
|
||||||
overlay /etc overlay defaults,nofail,lowerdir=/etc,upperdir=/var/etc/upper,workdir=/var/etc/work 0 2
|
|
||||||
EOF
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user