1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-04-05 16:16:45 +02:00
meta-rpi-diya/recipes-core/images/core-image-recovery.bbapend
2025-03-27 20:24:19 +01:00

7 lines
220 B
Plaintext

image_patch:append () {
# create /etc/fstab
cat << EOF > ${IMAGE_ROOTFS}/etc/fstab
/dev/mmcblk0p1 /boot auto defaults 0 0
/dev/mmcblk0p4 /home auto defaults 0 0
EOF
}