Add parameter for HWE kernel.

This commit is contained in:
H3Gouchan 2019-03-07 12:41:56 +09:00
parent f189c2751e
commit aefd66cad4

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