X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=chroot-script;h=367ed9b7ff7fb8c28f113a53344c0f221adf8599;hb=dc0052a90daceefe39aad25ff51b2bfb5abc9c4f;hp=28653870282b392a9256ba41baa606cefb1cdfa9;hpb=d911a370375ab59d74e9129b21e76549a1bde63b;p=grml-debootstrap.git diff --git a/chroot-script b/chroot-script index 2865387..367ed9b 100755 --- a/chroot-script +++ b/chroot-script @@ -324,11 +324,7 @@ get_kernel_version() { # shellcheck disable=SC2153 case "$ARCH" in i386) - case "$RELEASE" in - lenny|squeeze|wheezy) KARCH='686' ;; - # since jessie the linux-image-686 image doesn't exist any longer - *) KARCH='686-pae' ;; - esac + KARCH='686-pae' ;; amd64) KARCH='amd64'