Merge "Disabled apt-daily"
diff --git a/debian-8/http/preseed.cfg b/debian-8/http/preseed.cfg
index b49b671..9c13ce1 100644
--- a/debian-8/http/preseed.cfg
+++ b/debian-8/http/preseed.cfg
@@ -38,7 +38,7 @@
 
 d-i pkgsel/include string openssh-server
 d-i pkgsel/install-language-support boolean false
-d-i pkgsel/update-policy select unattended-upgrades
+d-i pkgsel/update-policy select none
 popularity-contest popularity-contest/participate boolean false
 
 d-i pkgsel/upgrade select none
diff --git a/ubuntu-14.04/http/preseed-lvm.cfg b/ubuntu-14.04/http/preseed-lvm.cfg
index 81c7bac..fbaf984 100644
--- a/ubuntu-14.04/http/preseed-lvm.cfg
+++ b/ubuntu-14.04/http/preseed-lvm.cfg
@@ -51,7 +51,7 @@
 
 d-i pkgsel/include string openssh-server
 d-i pkgsel/install-language-support boolean false
-d-i pkgsel/update-policy select unattended-upgrades
+d-i pkgsel/update-policy select none
 popularity-contest popularity-contest/participate boolean false
 
 d-i pkgsel/upgrade select none
diff --git a/ubuntu-14.04/http/preseed.cfg b/ubuntu-14.04/http/preseed.cfg
index 8490e3e..f6727d3 100644
--- a/ubuntu-14.04/http/preseed.cfg
+++ b/ubuntu-14.04/http/preseed.cfg
@@ -31,7 +31,7 @@
 
 d-i pkgsel/include string openssh-server 
 d-i pkgsel/install-language-support boolean false
-d-i pkgsel/update-policy select unattended-upgrades
+d-i pkgsel/update-policy select none
 popularity-contest popularity-contest/participate boolean false
 
 d-i pkgsel/upgrade select none
diff --git a/ubuntu-14.04/scripts/base.sh b/ubuntu-14.04/scripts/base.sh
index e4283e1..073409f 100644
--- a/ubuntu-14.04/scripts/base.sh
+++ b/ubuntu-14.04/scripts/base.sh
@@ -37,7 +37,7 @@
 EOF
 
 # Install common prerequisites
-apt-get -y install apt-transport-https python-apt python-m2crypto python-psutil
+apt-get -y install apt-transport-https libmnl0 python-apt python-m2crypto python-psutil
 
 # Setup cloud-init
 apt-get -y install cloud-init
diff --git a/ubuntu-16.04/http/preseed.cfg b/ubuntu-16.04/http/preseed.cfg
index 7f8a947..269a2bc 100644
--- a/ubuntu-16.04/http/preseed.cfg
+++ b/ubuntu-16.04/http/preseed.cfg
@@ -37,7 +37,7 @@
 
 d-i pkgsel/include string openssh-server
 d-i pkgsel/install-language-support boolean false
-d-i pkgsel/update-policy select unattended-upgrades
+d-i pkgsel/update-policy select none
 popularity-contest popularity-contest/participate boolean false
 
 d-i pkgsel/upgrade select none
diff --git a/ubuntu-16.04/scripts/base.sh b/ubuntu-16.04/scripts/base.sh
index 31dbcaa..5daa726 100644
--- a/ubuntu-16.04/scripts/base.sh
+++ b/ubuntu-16.04/scripts/base.sh
@@ -17,7 +17,9 @@
 apt-get purge -y linux-image-* linux-headers-*
 if [ ! -f /tmp/no_install_kernel ]; then
     # Use HWE kernel
-    apt-get install -y linux-image-generic-hwe-16.04
+    ## Temporary disable latest hwe due to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-edge/+bug/1679823
+    #apt-get install -y linux-image-generic-hwe-16.04
+    apt-get install -y linux-image-4.8.0-41-generic linux-image-extra-4.8.0-41-generic
 
     # Update grub cmdline
     sed -i 's|GRUB_CMDLINE_LINUX_DEFAULT=.*|GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200n8"|g' /etc/default/grub
@@ -38,7 +40,7 @@
 EOF
 
 # Install common prerequisites
-apt-get -y install apt-transport-https python-apt python-m2crypto python-psutil
+apt-get -y install apt-transport-https libmnl0 python-apt python-m2crypto python-psutil
 
 # Setup cloud-init
 apt-get -y install cloud-init