[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: chmod on vfat
- From: Gordon Messmer <yinyang eburg com>
- To: redhat-list redhat com
- Subject: RE: chmod on vfat
- Date: Mon Sep 2 15:08:05 2002
On Mon, 2002-09-02 at 07:36, Ciaron Gogarty wrote:
>
> Can someone point me in the right direction on how to enable the passing of
> flags to the ethernet driver @ startup.
>
> Basically I want to script an interface to come up in promiscuous mode thru
> a reboot.
If you want to pass flags to the driver, then add "options eth0 ..."
with the driver's flags in /etc/modules.conf. I don't believe that
"options" include promiscuous mode.
If you want to trigger a script when the device comes up, you can also
do that in /etc/modules.conf. Look at the way that the sound card gets
its volume configured... Use something like:
post-install eth0 /root/bin/setup-eth0 start
pre-remove eth0 /root/bin/setup-eth0 stop
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]