Improved script portability #19

Merged
depsterr merged 5 commits from depsterr/master into master 2021-07-06 19:17:33 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4e5f916555 - Show all commits

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"