archboot/usr/lib/initcpio/install/arch_fsarchiver

15 lines
202 B
Text
Raw Normal View History

2012-05-27 11:40:23 +02:00
#!/bin/bash
2009-05-18 20:52:24 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2009-05-18 20:52:24 +02:00
{
2013-05-21 12:19:00 +02:00
add_binary "/usr/bin/fsarchiver"
2009-05-18 20:52:24 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on arch boot image.
HELPEOF
}