:: Re: [DNG] if2mac init.d service for…
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Subject: Re: [DNG] if2mac init.d service for persistent network interface names
Hi,

On 18/12/20 19:14, dng@??? wrote:
> Workarounds are great of course but I found that default eudev does
> not compile with --enable-rule-generator anymore and that is likely
> the reason this problem has appeared now.



You can change this flag in debian/rules:

CONFFLAGS = \
    --exec-prefix= \
    --with-rootprefix= \
    --with-rootlibdir=/lib/$(DEB_HOST_MULTIARCH) \
    --disable-silent-rules \
    --enable-rule-generator

HTH,

Aitor.