Merge remote-tracking branch 'depsterr/master' into feature/mergePortable

This commit is contained in:
Natanael Arndt 2021-03-09 18:57:43 +01:00
commit a3d34ce1c2
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"