# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A simple, customizable, /etc inspired initrd or initramfs creator that supports root on mdadm / lvm" HOMEPAGE="https://sourceforge.net/projects/aeuio/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.lzma" LICENSE=" || ( GPL-2 GPL-3 LGPL-3 BSD CCPL-Attribution-3.0 )" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="|| ( app-arch/lzma-utils app-arch/xz-utils )" RDEPEND="sys-apps/busybox ${DEPEND}" src_install() { local myDir="/usr/src/aeuio" emake DESTDIR="${D}" install || die "Install Failed" elog "Please follow the instructions in ${myDir}/USAGE" elog "You may also want to read ${myDir}/process.txt" elog "If your system only uses bare partitions, mdadm, lvm, and" elog " any encrypted root / swap devices are mentioned in a debian" elog " style /etc/crypttab file then the automatic tool may be used." elog " update-initramfs-aeuio will generate an initramfs in \$PWD." }