You are not logged in.
Pages: 1
I placed 'floppy' in my DAEMONS list in rc.conf, later realizing I don't have any such module in /etc/rc.d. What module will allow me to mount a floppy?
Offline
Yeah, I am having the same problem. Right now my only solution is to just recompile my kernel. Hopefully there is an easier way, because I don't really want to.
[http://steveno.wordpress.com/]My Blog[/url]
Offline
You need to add it to the MODULES array, not DAEMONS. There is also a ide-floppy module in case floppy doesn't work.
EDIT: If you want to be able to boot from a floppy, add the module to the initcpio instead.
Offline
You need to add it to the MODULES array, not DAEMONS.
That worked. Thanks.
Offline
Pages: 1