Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 173797

Summary: add s390 support to 75-persistent-net-generator.rules
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: udev maintainers <udev-bugs>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: udev-ccw-renaming.patch

Description SpanKY gentoo-dev 2007-04-08 20:06:56 UTC
our s390 sponsor pointed out a fix for 75-persistent-net-generator.rules
Comment 1 SpanKY gentoo-dev 2007-04-08 20:07:22 UTC
Created attachment 115749 [details, diff]
udev-ccw-renaming.patch
Comment 2 Matthias Schwarzott gentoo-dev 2007-04-09 08:03:55 UTC
>=udev-106-r4 contains this code:
if use s390; then
        # s390 does not has persistent mac addresses
        # and we only have persistence rules for mac.
        # For now just remove the rules file.
        rm ${D}/etc/udev/rules.d/75-persistent-net-generator.rules
fi

Perhaps we just miss code in pkg_postinst to remove that rules from systems already having them.

Comment 3 SpanKY gentoo-dev 2007-04-09 15:41:35 UTC
i know you added that snippet to udev, the idea is that you can apply this patch and thus install the rule again
Comment 4 Matthias Schwarzott gentoo-dev 2007-04-09 17:20:07 UTC
OK, will add it to next version/revision.
Comment 5 Matthias Schwarzott gentoo-dev 2007-08-05 18:17:45 UTC
udev-114 contains extra s390 code for persistent-net.