Merge branch 'master' of github.com:eoli3n/archiso-zfs

This commit is contained in:
eoli3n 2022-02-16 13:31:28 +01:00
commit 008ea83140
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
init
View file

@ -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"