Bug 645799
Summary: | Remove dependency on vconfig | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Pisar <ppisar> |
Component: | dracut | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.1 | CC: | atodorov, jstodola, pknirsch |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
dracut dropped the hardcoded dependency on "vconfig", which is not required anymore.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 11:54:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 645796 | ||
Bug Blocks: | 566360 |
Description
Petr Pisar
2010-10-22 13:47:26 UTC
Is vconfig included in iproute2? Or is there a similar tool? vconfig is to drop. iproute2 package contains comprehensive ip(8) utility that is able to set VLANs on its own. There is short example on vconfig homepage <http://www.candelatech.com/~greear/vlan.html>. For more details refer to ip(8) manual or ask iproute2 package maintainer (psabata). (In reply to comment #2) > vconfig is to drop. iproute2 package contains comprehensive ip(8) utility that > is able to set VLANs on its own. > > There is short example on vconfig homepage > <http://www.candelatech.com/~greear/vlan.html>. For more details refer to ip(8) > manual or ask iproute2 package maintainer (psabata). thanks! Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: dracut dropped the hardcoded dependency on "vconfig", which is not required anymore. With older version: $ rpm -q dracut-network dracut-network-004-33.2.el6_0.noarch $ rpm -qR dracut-network | grep vconfig vconfig With newer version: # rpm -q dracut-network dracut-network-004-38.el6.noarch # rpm -qR dracut-network | grep vconfig Dependency on vconfig has been removed. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0523.html |