:: Re: [DNG] if2mac init.d service for…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: aitor
Fecha:  
A: dng
Asunto: 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.