diff --git a/ubuntu/18.04/install.sh b/ubuntu/18.04/install.sh index 8ebf7b6..a2c5fdb 100644 --- a/ubuntu/18.04/install.sh +++ b/ubuntu/18.04/install.sh @@ -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