archboot/usr/lib/initcpio/install/archboot_chntpw
2022-03-14 21:32:33 +01:00

14 lines
209 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
map add_binary chntpw reged cpnt
}
help ()
{
cat<<HELPEOF
This hook includes chntpw on an archboot image.
HELPEOF
}