archboot/lib/initcpio/install/arch_ddrescue
Tobias Powalowski 68eddf9dde add new hooks
2009-07-24 13:03:39 +02:00

16 lines
223 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="ddrescue"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes ddrescue on an arch boot image.
HELPEOF
}