From 50126d5e6bd571cb70e9acb17a7e3d73e90edd05 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sat, 12 Jun 2021 13:26:08 +0200 Subject: [PATCH 1/2] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad425b..714a7b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ If you want to install Archlinux on ZFS, you need to deal with the [ZFS licensing problem](https://wiki.archlinux.org/index.php/ZFS). The kernel module isn't included in the default archiso image, you need to [include it](https://wiki.archlinux.org/index.php/ZFS#Embed_the_archzfs_packages_into_an_archiso) into a custom archiso image to be able to install ZFS. -I wrote an article about [archiso netbooting](https://eoli3n.github.io/archlinux/2020/04/25/recovery.html). +I wrote an article about [archiso netbooting](https://eoli3n.github.io/2020/04/25/recovery.html). This script lets you include the zfs kernel module on any archiso image without creating a custom one. ### Archzfs From c7bea096b5f3a56086e214ec984122f94eb2028d Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Sun, 12 Sep 2021 17:24:48 +0200 Subject: [PATCH 2/2] Make the archiso check slightly more relaxed --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 725c2a0..026dc58 100755 --- a/init +++ b/init @@ -124,7 +124,7 @@ download_package () { print "Testing if archiso is running" -grep archiso /proc/cmdline >/dev/null +grep 'arch.*iso' /proc/cmdline >/dev/null print "Increasing cowspace to half of RAM"