RE: [suse-autoinstall] Update boot cd with new driver
That's what I thought, I'm guessing I'm not putting the modules in the right place. I've tried copying the 01 and 02 directories to the root directory on the cd and the boot directory on the CD. Do I just need the modules, or do I need to put the directories somewhere else? Thanks, Bill -----Original Message----- From: Steffen Winterfeldt [mailto:snwint@suse.de] Sent: Friday, April 29, 2005 6:57 AM To: suse-autoinstall@suse.com Subject: Re: [suse-autoinstall] Update boot cd with new driver On Thu, 28 Apr 2005, Stephens, Bill {PBSG} wrote:
Is it possible to update the boot cd with a vendors device driver? The driver diskette from the vendor works fine, but I'd like the process to be seamless for my system installers. If I use the diskette, it requires some manual intervention which could get a little irritating.
Driver updates are looked for on any medium. You can just add the data to your cd or install source. Steffen -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
On Fri, 29 Apr 2005, Stephens, Bill {PBSG} wrote:
That's what I thought, I'm guessing I'm not putting the modules in the right place. I've tried copying the 01 and 02 directories to the root directory on the cd and the boot directory on the CD. Do I just need the modules, or do I need to put the directories somewhere else?
Placing them into the root of the CD is basically correct. linuxrc will look at the CD for driver updates only if it has to access the CD for other purposes anyway (say, if it installs from CD). If you need to update a network driver to do a network installation, this does unfortunately not work. In this case the only way is to put the new modules into the initrd and, in case the new driver doesn't get loaded automatically (you'd probably have to update /lib/modules/*/modules.pcimap for that), add it to the autoload section in modules.config (or use insmod=foo on the command line). Steffen
participants (2)
-
Steffen Winterfeldt
-
Stephens, Bill {PBSG}