archboot/usr/lib/initcpio/install/archboot_cryptoloop

15 lines
207 B
Text
Raw Normal View History

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_module 'cryptoloop'
}
help ()
{
cat<<HELPEOF
This hook adds cryptoloop module on an arch boot image.
HELPEOF
}