archboot/lib/initcpio/install/arch_chntpw

17 lines
228 B
Text
Raw Normal View History

2010-09-27 18:43:26 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2011-06-10 08:26:54 +02:00
build ()
2010-09-27 18:43:26 +02:00
{
MODULES=""
BINARIES="chntpw reged cpnt"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes chntpw on an arch boot image.
HELPEOF
}