1
0

removing rpi_boot from being copied on the image

This commit is contained in:
Daniel Tartavel 2018-12-21 22:43:46 +01:00
parent c0c863c560
commit 0a00272b50

View File

@ -594,7 +594,7 @@ brcmfmac" >> "$BUILD_PATH"/etc/modules
esac esac
info "copying Mageia image to root partition" info "copying Mageia image to root partition"
/bin/rsync -a --exclude "$RPI_BOOT/" --exclude "qemu-arm-static*" "$BUILD_PATH/" "$ROOT/" /bin/rsync -a --exclude "rpi_boot/" --exclude "qemu-arm-static*" "$BUILD_PATH/" "$ROOT/"
/bin/rsync -a "$RPI_BOOT/" "$BOOT/" /bin/rsync -a "$RPI_BOOT/" "$BOOT/"
# /bin/mkdir "$ROOT/boot" # /bin/mkdir "$ROOT/boot"