Additional fixes for Hyper-V builds

use of linux-azure, which is the optimized kernel for Hyper-V by
Microsoft
raspi-desktop-1
Jinming Wu, Patrick 4 years ago
parent 2edabc31c2
commit afda365565
No known key found for this signature in database
GPG Key ID: 9DD33DF28FC324F1

@ -40,7 +40,7 @@ trap cleanup_hyperv EXIT
# Perform customisations # Perform customisations
chroot "${scratch_d}" apt-get update -y chroot "${scratch_d}" apt-get update -y
chroot "${scratch_d}" apt-get -y install xrdp linux-tools-virtual linux-cloud-tools-virtual chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure
cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF
${IMAGE_STR} ${IMAGE_STR}

Loading…
Cancel
Save