From 92dc3311bd0bec7296f2e66ca0dc094fb2528cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Mon, 30 Dec 2024 10:18:55 +0100 Subject: [PATCH] fix: don't install the `cloud` kernel The normal kernel is required for X to work. --- scripts/01-os-basics.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/01-os-basics.sh b/scripts/01-os-basics.sh index ce6bdb9..e88ea16 100644 --- a/scripts/01-os-basics.sh +++ b/scripts/01-os-basics.sh @@ -10,10 +10,6 @@ echo "debconf grub-pc/install_devices string $( grub-mkdevicemap -m - | head -n # Prevent "suggested" packages from being installed automatically echo 'APT::Install-Suggests "0";' > /etc/apt/apt.conf.d/05disable-suggests -# Replace kernel -apt-get install -uy linux-image-cloud-amd64 -apt-get remove -y linux-image-amd64 - # Remove various useless packages apt-get remove -y memcached postfix postfix-cdb