diff --git a/flash-it.sh b/flash-it.sh index bdd47ff..6aa7c9c 100755 --- a/flash-it.sh +++ b/flash-it.sh @@ -286,6 +286,7 @@ printf '%s\n' "Copying kernel to boot partition..." mkdir "$MOUNT_BOOT" as_root mount "$BOOTPART" "$MOUNT_BOOT" # Mount boot partition printf '%s\n' "Boot partition mount: $MOUNT_BOOT" +as_root chmod a+rx "$MOUNT_DATA/boot" as_root cp -r "$MOUNT_DATA/boot"/* "$MOUNT_BOOT" echo "$MOUNT_BOOT"