removing rpi_boot from being copied on the image
This commit is contained in:
parent
c0c863c560
commit
0a00272b50
@ -594,7 +594,7 @@ brcmfmac" >> "$BUILD_PATH"/etc/modules
|
||||
esac
|
||||
|
||||
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/mkdir "$ROOT/boot"
|
||||
|
||||
|
Reference in New Issue
Block a user