| Summary: | add s390 support to 75-persistent-net-generator.rules | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | [OLD] Core system | Assignee: | 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
2007-04-08 20:06:56 UTC
Created attachment 115749 [details, diff]
udev-ccw-renaming.patch
>=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.
i know you added that snippet to udev, the idea is that you can apply this patch and thus install the rule again OK, will add it to next version/revision. udev-114 contains extra s390 code for persistent-net. |