archboot/lib/initcpio/install/arch_links

17 lines
227 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2011-06-10 08:26:54 +02:00
build ()
2007-02-22 23:46:50 +01:00
{
MODULES=""
BINARIES="links"
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the links browser on an arch boot image.
HELPEOF
}