Skip to content

Commit

Permalink
Bump kernel versions for ppc64 and sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Oct 27, 2019
1 parent 950a141 commit b3beb5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/linux-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ main() {
powerpc64)
# there is no stable port
arch=ppc64
# https://packages.debian.org/de/sid/linux-image-powerpc64
kernel=5.2.0-3-powerpc64
# https://packages.debian.org/en/sid/linux-image-powerpc64
kernel=5.3.0-1-powerpc64
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
# sid version of dropbear requires these dependencies
Expand All @@ -66,8 +66,8 @@ main() {
;;
sparc64)
# there is no stable port
# https://packages.debian.org/de/sid/linux-image-sparc64
kernel=5.2.0-3-sparc64
# https://packages.debian.org/en/sid/linux-image-sparc64
kernel=5.3.0-1-sparc64
debsource="deb http://ftp.ports.debian.org/debian-ports unreleased main"
debsource="$debsource\ndeb http://ftp.ports.debian.org/debian-ports unstable main"
# sid version of dropbear requires these dependencies
Expand Down

0 comments on commit b3beb5e

Please sign in to comment.