Skip to content

Commit

Permalink
kernel selection: drop pre-jessie code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Nov 17, 2023
1 parent 89f05ac commit dc0052a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions chroot-script
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dc0052a

Please sign in to comment.