Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173797 - add s390 support to 75-persistent-net-generator.rules
Summary: add s390 support to 75-persistent-net-generator.rules
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 20:06 UTC by SpanKY
Modified: 2013-03-13 22:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
udev-ccw-renaming.patch (udev-ccw-renaming.patch,502 bytes, patch)
2007-04-08 20:07 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.