Fix install 4.15.0-34-generic

Change-Id: I2fb1c27f19468de2351186f74bded5013097626f
This commit is contained in:
kranthikirang 2019-03-22 18:27:49 -04:00
parent 60d46debca
commit c8450b0524
1 changed files with 4 additions and 1 deletions

View File

@ -562,7 +562,10 @@ to run on Genesis host, not on the build host):
:: ::
sudo apt -y install 4.15.0-34-generic sudo apt -y install linux-modules-4.15.0-34-generic \
linux-modules-extra-4.15.0-34-generic \
linux-image-4.15.0-34-generic linux-headers-4.15.0-34-generic \
linux-headers-4.15.0-34
Check the installed packages on the genesis host with ``dpkg --list``. Check the installed packages on the genesis host with ``dpkg --list``.
If there are any later kernel versions installed, remove them with If there are any later kernel versions installed, remove them with