archboot/usr/lib/initcpio/install/arch_ddrescue

17 lines
230 B
Text
Raw Normal View History

2009-07-24 13:03:39 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2009-07-24 13:03:39 +02:00
{
MODULES=""
2011-07-25 21:53:01 +02:00
BINARIES="/usr/bin/ddrescue"
2009-07-24 13:03:39 +02:00
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes ddrescue on an arch boot image.
HELPEOF
}