Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
feat: upgrade to zfs 2.2+
Browse files Browse the repository at this point in the history
This changes the ZFS version to 2.2, which as of today is 2.2.2. The
2.2.2 release fixed the file corruption issues which had been present
in 2.2.0. see: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.2

Note that ucore will remain on ZFS 2.2.x until this version field is
updated again after ZFS 2.3 hs proven somewhat stable.

Fixes: #88
  • Loading branch information
bsherman committed Dec 15, 2023
1 parent a4c083f commit c827701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN /tmp/build-prep.sh

RUN /tmp/build-ublue-nvidia.sh
RUN /tmp/build-kmod-nvidia.sh
RUN ZFS_MINOR_VERSION=2.1 /tmp/build-kmod-zfs.sh
RUN ZFS_MINOR_VERSION=2.2 /tmp/build-kmod-zfs.sh

RUN for RPM in $(find /var/cache/akmods/ -type f -name \*.rpm); do \
cp "${RPM}" /var/cache/rpms/kmods/; \
Expand Down

0 comments on commit c827701

Please sign in to comment.