archboot/lib/initcpio/install/arch_fsarchiver

17 lines
223 B
Text
Raw Normal View History

2009-05-18 20:52:24 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
2009-05-18 20:52:24 +02:00
{
MODULES=""
BINARIES="fsarchiver"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on arch boot image.
HELPEOF
}