Re: [PATCH] config: bugfix: parse commandline options into correct object

2015-08-28 Thread Thomas Haller
On Thu, 2015-08-27 at 22:18 +0200, Ulrich Ölmann wrote: Config related commandline options should be parsed into a function argument but were instead parsed into an object with local scope. As a result none of them had any impact. good catch. Applied as

[PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-28 Thread Michael Biebl
Those are not required with systemd-udevd v210 or newer. This way distros which have a new enough version of udev can skip installing 84-nm-drivers.rules. While at it, don't use absolute paths for sed and ethtool. -- Why is it that all of the instruments seeking intelligent life in the universe

Re: [PATCH] Split out the bits which determine ID_NET_DRIVER or DRIVERS, into separate udev rules file

2015-08-28 Thread Michael Biebl
Am 28.08.2015 um 16:33 schrieb Michael Biebl: +ENV{ID_NET_DRIVER}==?*, GOTO=nm_drivers_end +DRIVERS==?*, GOTO=nm_unmanaged_drivers_end ^ Sorry, this was a typo. Noticed the second I hit send :-/ Fixed patch attached. -- Why is it that all of the instruments seeking