X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;fp=chroot-script;h=367ed9b7ff7fb8c28f113a53344c0f221adf8599;hp=28653870282b392a9256ba41baa606cefb1cdfa9;hb=dc0052a90daceefe39aad25ff51b2bfb5abc9c4f;hpb=89f05ac9ca3438d0080a5c3878f5caf93da04e58 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'