Bug 2529
Summary: | mkbootdisk fails if conf.modules has redundant lines | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | rbh00 |
Component: | mkbootdisk | Assignee: | Matt Wilson <msw> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-08-21 19:56:32 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: |
Description
rbh00
1999-05-04 00:43:58 UTC
(Later that same day) A better replacement for line 80 uses the -u option of sort: ethmodule=`sort -u /etc/conf.modules | awk '/^alias eth0/ { print $3 }'` I have verified this does occur on a standard 6.0 install. fixed in mkbootdisk-1.2.1.1. |