Remove broken 70-generic kernel as well as 70-virtual

Some vendor specific images have both -virutal and
-generic kernel images, so we need to remove both versions
of the troublesome -70 kernel so that we can install -69
and let openvswitch build.

Change-Id: Id6bdbefbf6fd3b783a189c1cf2ca0923ac5c43df
This commit is contained in:
Mike Heald
2014-10-13 18:16:52 +01:00
parent e4d576dc4c
commit 11a1ee31ac

View File

@@ -30,7 +30,9 @@ elif [ -f /usr/bin/apt-get ]; then
--option "Dpkg::Options::=--force-confold" \
--assume-yes remove linux-headers-3.2.0-70 \
linux-headers-3.2.0-70-virtual \
linux-image-3.2.0-70-virtual
linux-image-3.2.0-70-virtual \
linux-headers-3.2.0-70-generic \
linux-image-3.2.0-70-generic
sudo DEBIAN_FRONTEND=noninteractive apt-get \
--option "Dpkg::Options::=--force-confold" \
--assume-yes install --reinstall linux-headers-3.2.0-69 \