forked from mir/linux-vm-tools
Add parameter for HWE kernel.
This commit is contained in:
parent
f189c2751e
commit
aefd66cad4
@ -7,6 +7,12 @@
|
|||||||
# Major thanks to: http://c-nergy.be/blog/?p=11336 for the tips.
|
# 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.
|
# Update our machine to the latest code if we need to.
|
||||||
#
|
#
|
||||||
@ -29,8 +35,8 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Install hv_kvp utils
|
# Install hv_kvp utils
|
||||||
apt install -y linux-tools-virtual
|
apt install -y linux-tools-virtual${HWE}
|
||||||
apt install -y linux-cloud-tools-virtual
|
apt install -y linux-cloud-tools-virtual${HWE}
|
||||||
|
|
||||||
# Install the xrdp service so we have the auto start behavior
|
# Install the xrdp service so we have the auto start behavior
|
||||||
apt install -y xrdp
|
apt install -y xrdp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user