archboot/lib/initcpio/install/arch_chntpw

17 lines
255 B
Text
Raw Normal View History

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