From 4e5f9165558afea8924854baea99322d1c6555bb Mon Sep 17 00:00:00 2001 From: depsterr Date: Tue, 9 Mar 2021 18:53:18 +0100 Subject: [PATCH] fixed issue with copying boot files --- flash-it.sh | 1 + 1 file changed, 1 insertion(+) 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"