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

16 lines
232 B
Text

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