add kernel-cachyos-lto-devel-matched so that zfs won't install kernel-devel-matched and kernel-core
This commit is contained in:
parent
6860dab51e
commit
28dd403a71
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc
|
|||
RUN rpm-ostree install vdo bees
|
||||
|
||||
# Install ZFS
|
||||
RUN rpm -e --nodeps zfs-fuse && rpm-ostree install https://zfsonlinux.org/fedora/zfs-release-2-6$(rpm --eval "%{dist}").noarch.rpm && rpm-ostree install kernel-cachyos-lto-devel && rpm-ostree install zfs --uninstall zfs-fuse
|
||||
RUN rpm -e --nodeps zfs-fuse && rpm-ostree install https://zfsonlinux.org/fedora/zfs-release-2-6$(rpm --eval "%{dist}").noarch.rpm && rpm-ostree install kernel-cachyos-lto-devel kernel-cachyos-lto-devel-matched && rpm-ostree install zfs --uninstall zfs-fuse
|
||||
|
||||
# Build ZFS module manually
|
||||
RUN dkms install zfs/$(ls /usr/src/ | grep zfs- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" kernel-cachyos-lto)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue