diff --git a/README.md b/README.md index ccdbad1..bebb66a 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,20 @@ The following _scopes_ are known for this project. A Conventional Commits commit * `zfs`: A change to how ZFS interacts with the system, either a pool or a dataset * `os`: Getting an perating system set up to correctly work in a ZFS boot environment * `meta`: Affects the project's repo layout, readme content, file names etc. + +# Credits + +Most of what's here was shamelessly copied and slightly adapted for personal use from Jonathan Kirszling at GitHub. + +Thanks to: + +* Jonathan Kirszling: + * [github.com/eoli3n/arch-config/tree/master/scripts/zfs/install](https://github.com/eoli3n/arch-config/tree/master/scripts/zfs/install) + * [github.com/eoli3n/archiso-zfs](https://github.com/eoli3n/archiso-zfs) +* Maurizio Oliveri: + * [github.com/Soulsuke/arch-zfs-tools](https://github.com/Soulsuke/arch-zfs-tools) + * [gist.github.com/Soulsuke/6a7d1f09f7fef968a2f32e0ff32a5c4c](https://gist.github.com/Soulsuke/6a7d1f09f7fef968a2f32e0ff32a5c4c) +* Zach Dykstra, Andrew J. Hesford and all other [ZFSBootMenu contributors](https://github.com/zbm-dev/zfsbootmenu/graphs/contributors): + * Their [ZFSBootMenu testing helper scripts](https://github.com/zbm-dev/zfsbootmenu/tree/master/testing/helpers) ([chroot-arch.sh](https://github.com/zbm-dev/zfsbootmenu/blob/master/testing/helpers/chroot-arch.sh), [install-arch.sh](https://github.com/zbm-dev/zfsbootmenu/blob/master/testing/helpers/install-arch.sh)) +* [github.com/kongkrit](https://github.com/kongkrit): + * [gist.github.com/kongkrit/a0585e179e33c2adf92db4050ec5171d](https://gist.github.com/kongkrit/a0585e179e33c2adf92db4050ec5171d)