archboot/usr/lib/initcpio/install/arch_fsarchiver
2013-05-22 09:49:00 +02:00

14 lines
193 B
Bash

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