diff --git a/README.md b/README.md index f352214..41a9e31 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Suitable for running containerized workloads on either bare metal or virtual mac - [nvidia container selinux policy](https://github.com/NVIDIA/dgx-selinux/tree/master/src/nvidia-container-selinux) - allows using `--security-opt label=type:nvidia_container_t` for some jobs (some will still need `--security-opt label=disable` as suggested by nvidia) - Optional [ZFS versions](#tag-matrix) add: - [ZFS driver](https://github.com/ublue-os/ucore-kmods) - latest driver (currently pinned to 2.2.x series) + - [cockpit-zfs-manager](https://github.com/45Drives/cockpit-zfs-manager) (an interactive ZFS on Linux admin package for Cockpit) - [sanoid/syncoid dependencies](https://github.com/jimsalterjrs/sanoid) - [see below](#zfs) for details - note: on `ucore-minimal` images, only `pv` is installed - Disables Zincati auto upgrade/reboot service diff --git a/ucore/install-ucore-minimal.sh b/ucore/install-ucore-minimal.sh index 82ed27f..d2f6b87 100755 --- a/ucore/install-ucore-minimal.sh +++ b/ucore/install-ucore-minimal.sh @@ -34,6 +34,9 @@ if [[ "-zfs" == "${ZFS_TAG}" ]]; then pv # for some reason depmod ran automatically with zfs 2.1 but not with 2.2 depmod -A ${KERNEL} + + curl -L https://github.com/45Drives/cockpit-zfs-manager/archive/refs/tags/v1.3.1.tar.gz | tar xz -C /tmp + mv /tmp/cockpit-zfs-manager-1.3.1/zfs /usr/share/cockpit fi ## CONDITIONAL: install NVIDIA