archboot/install/arch-floppy

17 lines
192 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
# vim: set ft=sh:
install ()
{
MODULES="floppy"
BINARIES=""
FILES=""
SCRIPT="arch-floppy"
}
help ()
{
cat<<HELPEOF
This hook loads the floppy module during boot.
HELPEOF
}