Update post-image.sh

This commit is contained in:
Pascal Vizeli 2018-05-20 12:36:40 +02:00 committed by GitHub
parent 6f420eb85c
commit 0fd4576e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/
echo "dtparam=audio=on" echo "dtparam=audio=on"
) > ${BOOT_DATA}/config.txt ) > ${BOOT_DATA}/config.txt
touch ${BOOT_DATA}/cmdline.txt
# Create other layers # Create other layers
create_boot_image ${BINARIES_DIR} create_boot_image ${BINARIES_DIR}