mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-04-05 08:16:43 +02:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
hostname = "diya"
|
|
do_install:append () {
|
|
cat >> ${D}${sysconfdir}/fstab <<EOF
|
|
# add bind mount for /etc
|
|
/etc /var/etc none defaults,bind 0 0
|
|
EOF
|
|
} |