Skip to content

Commit aefd66c

Browse files
committed
Add parameter for HWE kernel.
1 parent f189c27 commit aefd66c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

ubuntu/18.04/install.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
# Major thanks to: http://c-nergy.be/blog/?p=11336 for the tips.
88
#
99

10+
###############################################################################
11+
# Use HWE kernel packages
12+
#
13+
HWE=""
14+
#HWE="-hwe-18.04"
15+
1016
###############################################################################
1117
# Update our machine to the latest code if we need to.
1218
#
@@ -29,8 +35,8 @@ fi
2935
#
3036

3137
# Install hv_kvp utils
32-
apt install -y linux-tools-virtual
33-
apt install -y linux-cloud-tools-virtual
38+
apt install -y linux-tools-virtual${HWE}
39+
apt install -y linux-cloud-tools-virtual${HWE}
3440

3541
# Install the xrdp service so we have the auto start behavior
3642
apt install -y xrdp

0 commit comments

Comments
 (0)