From fc947310fc74551b0c27b9dba27079fcb1b92b4b Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Thu, 30 Jun 2016 21:36:41 +0000 Subject: [PATCH] Remove original linux kernel --- vm/vtp.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/vtp.json b/vm/vtp.json index 777c637..95a21a4 100644 --- a/vm/vtp.json +++ b/vm/vtp.json @@ -110,6 +110,7 @@ "ansible-playbook -i hosts universe.yml", "# Finishing up", "zfs set dedup=off lxd", + "apt-get remove -y --purge linux-headers-4.4.0-21 linux-headers-4.4.0-21-generic linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic", "apt-get -y clean" ] } -- GitLab