From 146ed41d1f8f59960c865c638a246785a235865f Mon Sep 17 00:00:00 2001 From: Kwadronaut Date: Tue, 4 Dec 2012 19:21:59 +0100 Subject: =?UTF-8?q?don=C2=B4t=20remove=20headers=20and=20build=20essential?= =?UTF-8?q?,=20oterwise=20upgrades=20will=20fail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wheezy/cleanup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wheezy') diff --git a/wheezy/cleanup.sh b/wheezy/cleanup.sh index bf8a619..bc4febe 100644 --- a/wheezy/cleanup.sh +++ b/wheezy/cleanup.sh @@ -1,5 +1,6 @@ -# Clean up -apt-get -y remove linux-headers-$(uname -r) build-essential +# Clean up - we want to have linux headers and build-essential installed because +# otherwise things break with kernel upgrades +# apt-get -y remove linux-headers-$(uname -r) build-essential apt-get -y autoremove # Removing leftover leases and persistent rules -- cgit v1.2.3