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: diff --git a/init b/init index bdeda7f..4ea63b0 100755 --- a/init +++ b/init @@ -30,11 +30,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