mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
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
|
|
} |