mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-01 05:31:02 +02:00
mount /etc to writable partition
This commit is contained in:
@ -1 +1,7 @@
|
||||
hostname = "diya"
|
||||
hostname = "diya"
|
||||
do_install:append () {
|
||||
cat >> ${D}${sysconfdir}/fstab <<EOF
|
||||
# add bind mount for /etc
|
||||
/etc /var/etc none defaults,bind 0 0
|
||||
EOF
|
||||
}
|
Reference in New Issue
Block a user