archboot/usr/lib/initcpio/install/arch_wipe
2013-05-22 11:49:02 +02:00

14 lines
185 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "wipe"
}
help ()
{
cat<<HELPEOF
This hook includes wipe on an arch boot image.
HELPEOF
}