Gentoo Archives: gentoo-catalyst

From: arantius@×××××.com
To: gentoo-catalyst@l.g.o
Cc: Anthony Lieuallen <arantius@×××××.com>
Subject: [gentoo-catalyst] [PATCH] Add (stable) ZFS support to the installcd.
Date: Sun, 17 Nov 2019 17:00:52
Message-Id: 20191117170036.2464-1-arantius@gmail.com
1 From: Anthony Lieuallen <arantius@×××××.com>
2
3 I've maintained a custom installcd for several years. I'd find it quite
4 useful if I could do root-on-ZFS installs with the default install
5 media. I think this is all that needs to change to make that happen.
6 ---
7 releases/weekly/portage/isos/package.accept_keywords/zfs | 3 ---
8 releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 3 +++
9 2 files changed, 3 insertions(+), 3 deletions(-)
10 delete mode 100644 releases/weekly/portage/isos/package.accept_keywords/zfs
11
12 diff --git a/releases/weekly/portage/isos/package.accept_keywords/zfs b/releases/weekly/portage/isos/package.accept_keywords/zfs
13 deleted file mode 100644
14 index 492060f9..00000000
15 --- a/releases/weekly/portage/isos/package.accept_keywords/zfs
16 +++ /dev/null
17 @@ -1,3 +0,0 @@
18 -sys-kernel/spl
19 -sys-fs/zfs-kmod
20 -sys-fs/zfs
21 diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
22 index 4ba33b34..02bd5954 100644
23 --- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
24 +++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
25 @@ -18,6 +18,9 @@ boot/kernel: gentoo
26 boot/kernel/gentoo/sources: gentoo-sources
27 boot/kernel/gentoo/config: @REPO_DIR@/releases/weekly/kconfig/amd64/installcd-4.14.52.config
28
29 +boot/kernel/gentoo/packages:
30 + sys-fs/zfs
31 +
32 livecd/unmerge:
33 app-admin/eselect
34 app-admin/eselect-ctags
35 --
36 2.21.0