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