1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-01-30 23:52:47 +01:00
meta-rpi-diya/recipes-core/base-files/base-files_%.bbappend

7 lines
156 B
Plaintext
Raw Normal View History

2023-07-10 16:08:11 +02:00
hostname = "diya"
do_install:append () {
cat >> ${D}${sysconfdir}/fstab <<EOF
# add bind mount for /etc
/etc /var/etc none defaults,bind 0 0
EOF
}