Initial commit

This commit is contained in:
DanyLE
2025-07-11 10:52:26 +02:00
parent 14e5176fa5
commit d0a8888bce
76 changed files with 8450 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
image_patch:append () {
# create /etc/fstab
cat << EOF > ${IMAGE_ROOTFS}/etc/fstab
/dev/mmcblk1p1 /boot auto defaults 0 0
/dev/mmcblk1p4 /home auto defaults 0 0
EOF
}