archboot/usr/lib/initcpio/install/arch_fsarchiver
2013-05-21 12:19:00 +02:00

14 lines
202 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/usr/bin/fsarchiver"
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on arch boot image.
HELPEOF
}