archboot/lib/initcpio/install/arch_floppy

17 lines
227 B
Text
Raw Normal View History

2009-12-11 11:32:41 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
2007-02-22 23:46:50 +01:00
install ()
{
MODULES="floppy"
BINARIES=""
FILES=""
2007-09-07 19:22:10 +02:00
SCRIPT="arch_floppy"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat<<HELPEOF
This hook loads the floppy module during boot.
HELPEOF
}