1
0
forked from mir/linux-vm-tools

Merge pull request #81 from H3Gouchan/master

Add parameter for HWE kernel.
This commit is contained in:
Justin 2019-03-11 13:59:53 -07:00 committed by GitHub
commit 4dcc278f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,12 @@
# Major thanks to: http://c-nergy.be/blog/?p=11336 for the tips.
#
###############################################################################
# Use HWE kernel packages
#
HWE=""
#HWE="-hwe-18.04"
###############################################################################
# Update our machine to the latest code if we need to.
#
@ -29,8 +35,8 @@ fi
#
# Install hv_kvp utils
apt install -y linux-tools-virtual
apt install -y linux-cloud-tools-virtual
apt install -y linux-tools-virtual${HWE}
apt install -y linux-cloud-tools-virtual${HWE}
# Install the xrdp service so we have the auto start behavior
apt install -y xrdp