archboot/lib/initcpio/install/arch_testdisk

17 lines
230 B
Text
Raw Normal View History

2009-07-24 13:03:39 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2011-06-10 08:26:54 +02:00
build ()
2009-07-24 13:03:39 +02:00
{
MODULES=""
BINARIES="testdisk photorec"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes testdisk on an arch boot image.
HELPEOF
}