Bug 51715 - Do NOT copy enterprise module from driver disk on SMP machine
Summary: Do NOT copy enterprise module from driver disk on SMP machine
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-14 09:04 UTC by Keiichi Mori
Modified: 2007-04-18 16:35 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-14 09:04:42 UTC
Embargoed:


Attachments (Terms of Use)

Description Keiichi Mori 2001-08-14 09:04:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010725

Description of problem:
I installed Red Hat 7.0 to SMP machine with parameter "linux dd" for using
driver disk and selected "install all packages", but enterprise module in
driver disk was not copied "/lib/modules/2.2.16-22enterprise/*/" .


How reproducible:
Always

Steps to Reproduce:
1.Install Red Hat Linux 7.0 to SMP machine with driver disk included
BOOT,UP,SMP,and Enterprise Modules.
2.At selecting install package, select "ALL packages".
3.At finishing installing, reboot system.
4.check /lib/modules/2.2.16-22enterprise/*/
	

Actual Results:  enterprise module is not found.(not copyed from driver disk).

Expected Results:  enterprise module is available.(copyed from driver disk)

Additional info:

I wonder it is anaconda bug.

patch is below:
--- todo.py.org	Tue Aug 14 18:16:18 2001
+++ todo.py	Tue Aug 14 18:16:39 2001
@@ -1328,7 +1328,7 @@
 	if (self.hdList.has_key('kernel-enterprise') and 
 	    self.hdList['kernel-enterprise'].selected):
 	    version = (self.hdList['kernel-enterprise'][rpm.RPMTAG_VERSION] + "-" +
- self.hdList['kernel-enterprise'][rpm.RPMTAG_RELEASE] + "smp")
+ self.hdList['kernel-enterprise'][rpm.RPMTAG_RELEASE] + "enterprise")
 	    kernelVersions.append(version)
 
 	version = (self.hdList['kernel'][rpm.RPMTAG_VERSION] + "-" +

Comment 1 Matt Wilson 2001-08-14 21:45:55 UTC
fixed in 7.1



Note You need to log in before you can comment on or make changes to this bug.