Hallo,

> You don't say whether you are running sysV or systemd.  The comments
> below are for sysV.

I don't like systemd at all, I'm using sysv and I'm really fond of the
concept.

> like WAKEONLAN=1 and use that in /etc/lsb/ipv4-static with an if
> statement in the up) case.
> 
> if [ -n "$WAKEONLAN" ]; then
>   ethtool ...
> fi

sounds like the most reasonable place. I wasn't quite sur ewhether to
add my code to "factory" scripts or have something separate for my
customizations.

I'd like to see something like "local plugins" in the LFS basic scripts
so that there's a generic hook for local modifications, something like

test -f /etc/rc.sys/${script}.local && . /etc/rc.sys/${script}.local

Ok, thanks for the general idea, I think I'm going that direction.

Apart from that: any idea why WOL suddenly stopped working?

Tschau...Thomas
-- 
"Do you wanna be a legend or a footprint on the sands of time?"
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to