From 0145da5cb31de6266cf90282a400d6c6c348f6ba Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Mon, 7 Aug 2017 15:19:19 +0100 Subject: [PATCH] UBUNTU: [debian] use all rather than amd64 dkms debs for sync Use the all arch deb rather than amd64 for the zfs and spl dkms deb sync Signed-off-by: Colin Ian King Signed-off-by: Seth Forshee --- debian/scripts/misc/update-zfs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/scripts/misc/update-zfs.sh b/debian/scripts/misc/update-zfs.sh index b1a95cbfca41b..be93503be6117 100755 --- a/debian/scripts/misc/update-zfs.sh +++ b/debian/scripts/misc/update-zfs.sh @@ -3,13 +3,13 @@ # Update spl/zfs from the Ubuntu archive. You will have to manually check # to see if the version has been updated. # -SPL_MAJOR_VER=${_SPL_MAJOR_VER:-0.6.5.4} +SPL_MAJOR_VER=${_SPL_MAJOR_VER:-0.6.5.11} SPL_MINOR_VER=${_SPL_MINOR_VER:-0ubuntu1} -SPL_DKMS=${_SPL_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/s/spl-linux/spl-dkms_${SPL_MAJOR_VER}-${SPL_MINOR_VER}_amd64.deb} +SPL_DKMS=${_SPL_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/s/spl-linux/spl-dkms_${SPL_MAJOR_VER}-${SPL_MINOR_VER}_all.deb} -ZFS_MAJOR_VER=${_ZFS_MAJOR_VER:-0.6.5.4} +ZFS_MAJOR_VER=${_ZFS_MAJOR_VER:-0.6.5.11} ZFS_MINOR_VER=${_ZFS_MINOR_VER:-0ubuntu1} -ZFS_DKMS=${_ZFS_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/z/zfs-linux/zfs-dkms_${ZFS_MAJOR_VER}-${ZFS_MINOR_VER}_amd64.deb} +ZFS_DKMS=${_ZFS_DKMS:-http://archive.ubuntu.com/ubuntu/pool/universe/z/zfs-linux/zfs-dkms_${ZFS_MAJOR_VER}-${ZFS_MINOR_VER}_all.deb} function update_from_archive {