archboot/usr/lib/initcpio/install/archboot_cryptoloop

15 lines
206 B
Text
Raw Normal View History

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_module 'cryptoloop'
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook adds cryptoloop module on an archboot image.
HELPEOF
}