commit: 71faf2cf6712cbeb1d9a7075fc697a3237eb5459 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Wed Jan 14 13:49:11 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 13:49:11 2026 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=71faf2cf
LiveGUI: Disable zfs With the switch to mainline kernel, zfs support in the LiveGUI is no longer reasonable possible to continue. This is due to version mismatches occuring with for example, a kernel using 6.12 and 6.18 needing zfs-2.2.2 and 2.2.4. as why we can't handle easily in docs side in the Handbook. The other issue Gentoo will be following ZFS's release schedule rather than setting their own needs for when a new kernel is use. All docs in the wiki are prepared for this removal. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> releases/specs/amd64/livegui/livegui-stage2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/specs/amd64/livegui/livegui-stage2.spec b/releases/specs/amd64/livegui/livegui-stage2.spec index 9767ab25..b7c2aaea 100644 --- a/releases/specs/amd64/livegui/livegui-stage2.spec +++ b/releases/specs/amd64/livegui/livegui-stage2.spec @@ -27,4 +27,4 @@ boot/kernel: gentoo boot/kernel/gentoo/distkernel: yes boot/kernel/gentoo/dracut_args: --xz --no-hostonly -a dmsquash-live -a dmsquash-live-ntfs -a mdraid -o btrfs -o crypt -o i18n -o usrmount -o lunmask -o qemu -o qemu-net -o nvdimm -o multipath -i /lib/keymaps /lib/keymaps -I busybox -boot/kernel/gentoo/packages: --usepkg n sys-fs/zfs broadcom-sta +boot/kernel/gentoo/packages: --usepkg n broadcom-sta
