fixed issue with copying boot files

This commit is contained in:
depsterr 2021-03-09 18:53:18 +01:00
parent 0e62ac551c
commit 4e5f916555
1 changed files with 1 additions and 0 deletions

View File

@ -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"