README.md (686B)
- # make-initrd
 - ```
 - Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
 - SPDX-License-Identifier: ISC
 - ```
 - A barebones initrd (aka initramfs) generator for Linux, intended for systems with simple but special needs like an mirrored LUKS+ZFS root pool.
 - Write your own ``init`` executable (my own is provided as example) and declare it's required commands in ``make-initrd.sh`` which will generate the initramfs.
 - ## Dependencies
 - * POSIX environment
 - * (optionnal) busybox
 - * (optionnal) lddtree command from pax-utils, required for glibc systems
 - ## Tested systems
 - All are using ZFS on LUKS.
 - * Gentoo Linux amd64 musl
 - * Gentoo Linux amd64 glibc
 - * Alpine Linux amd64 (musl)