Package: autoinstall
Severity: normal
Begin forwarded message:
From: William Cohen <[EMAIL PROTECTED]>
Date: February 6, 2005 9:14:51 AM PST
To: [EMAIL PROTECTED]
Subject: autoinstall
Paul,
Where is the correct place to ask about autoinstall and submit bug
info?
Thanks,
Bill
I was trying to get autoinstall working via PXE or ISO for 2.6 kernel
I found that mkmodules has a problem with the 2.6 kernel modules
The new modules are named .ko. Mkmodules removes only 2 characters of
the
modules extension when determining depmodnames and they did not match
I added @ line 85
if kernelversion[:3] == "2.6":
extension = -3
else:
extension = -2
and then changed the lines which strip off the extension to
depmodname = os.path.basename(depmodpath)[:extension]
This added the requested modules into the initrd.gz file. Before no
modules were being added.
Even with the correct modules I am still not able to get autoinstall
to work.
--
*********************************
William Cohen
Director of Computing Support
Donald Bren School of Information & Computer Sciences
5201 California Street
Suite #200
Irvine, CA 92612 949-824-1478
--
Paul Telford | 1024D/431B38BA | [EMAIL PROTECTED] | [EMAIL PROTECTED]
C903 0E85 9AF5 1B80 6A5F F169 D7E9 4363 431B 38BA
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]