From: Silvio Rhatto Date: Wed, 9 Mar 2016 18:50:46 +0000 (-0300) Subject: Provision: drop squeeze support X-Git-Tag: 0.2.4~210 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bf63b5f0f5cd4929eefa658908d49818a306b891;p=hydra.git Provision: drop squeeze support --- diff --git a/share/hydractl/provision b/share/hydractl/provision index 94f69e0..1a9b98d 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -402,11 +402,8 @@ else kernel_arch="$arch" fi -if [ "$version" == "squeeze" ]; then - hydra_sudo_run chroot $WORK apt-get install linux-image-2.6-vserver-$kernel_arch -y -else - hydra_sudo_run chroot $WORK apt-get install linux-image-$kernel_arch -y -fi +# Kernel. +hydra_sudo_run chroot $WORK apt-get install linux-image-$kernel_arch -y # Initramfs. echo "Creating initramfs..."