Created
June 22, 2019 00:43
-
-
Save deenski/c2f2b09c7dfbad4cb1a9d528418cb8ac to your computer and use it in GitHub Desktop.
Install Hyper-V Linux Integration Services for ubuntu 18.04 based distros.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "hv_vmbus\nhv_storvsc\nhv_blkvsc\nhv_netvsc" | sudo tail -a /etc/initramfs-tools/modules | |
| sudo apt install linux-virtual linux-cloud-tools-virtual linux-tools-virtual | |
| sudo update-initramfs -u | |
| sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment