From aefd66cad48d7bcf82ad354fd824be8c7cc592db Mon Sep 17 00:00:00 2001 From: H3Gouchan Date: Thu, 7 Mar 2019 12:41:56 +0900 Subject: [PATCH] Add parameter for HWE kernel. --- ubuntu/18.04/install.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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