From c1da016bad075b34ecc2731ad40315d3507558a4 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 17 Feb 2022 12:24:08 +0100 Subject: [PATCH 1/2] reenable sig check --- init | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init b/init index c537acb..703766a 100755 --- a/init +++ b/init @@ -37,11 +37,10 @@ init_archzfs () { print "Adding archzfs repo" # Disable Sig check - sed -i 's/^SigLevel.*/SigLevel = Never/' /etc/pacman.conf pacman -Syy archlinux-keyring --noconfirm &>/dev/null - #pacman-key --populate archlinux &>/dev/null - #pacman-key --recv-keys F75D9D76 --keyserver keyserver.ubuntu.com &>/dev/null - #pacman-key --lsign-key F75D9D76 &>/dev/null + pacman-key --populate archlinux &>/dev/null + pacman-key --recv-keys F75D9D76 --keyserver keyserver.ubuntu.com &>/dev/null + pacman-key --lsign-key F75D9D76 &>/dev/null cat >> /etc/pacman.conf <<"EOF" [archzfs] Server = http://archzfs.com/archzfs/x86_64 From df7b45fa7feef7878530e6c49236fc78f4beff98 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 17 Feb 2022 17:21:17 +0100 Subject: [PATCH 2/2] updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4684b58..335dcf3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ It extracts running kernel version and try to find a matching ZFS module in ``Ar If it doesn't, it fallbacks to the DKMS build of the ZFS module. In that case, the script uses [Arch Linux Archive](https://wiki.archlinux.org/index.php/Arch_Linux_Archive#How_to_restore_all_packages_to_a_specific_date) to install the ``linux-headers`` and ``base-devel`` packages required for DKMS. You need at least ~6Gb RAM to use that method to be able to store packages in cowspace. +In some very specific cases, you won't be able to get ZFS module working for a specific archiso version. +In that case, just switch to the previous month iso. + ### How to use Boot on any archiso system, and run: