diff --git a/README.md b/README.md index c3dca24..460fa82 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 diff --git a/init b/init index 9a04100..1b844c5 100755 --- a/init +++ b/init @@ -148,7 +148,7 @@ dkms_init () { 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"