archboot/usr/lib/initcpio/install/arch_wipe

15 lines
193 B
Text
Raw Normal View History

#!/usr/bin/env bash
2009-07-24 13:03:39 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2009-07-24 13:03:39 +02:00
{
2013-05-22 11:49:02 +02:00
add_binary "wipe"
2009-07-24 13:03:39 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes wipe on an arch boot image.
HELPEOF
}