(sorry for late answer)

Steven Blackery wrote:
> From: Pierre Bourgin [pierre.bour...@arteris.com]
> 
>> search-windrivers stuff does not interfere with "manual" choose of 
>> drivers (present below /os/osfoldername/$OEM$/$1/) : it appends it
>> own stuff in OemPnPDriverPath value.
> 
> I don't use the manual choice. I have build unattended to be, well,
> unattended. It asks no questions after the PXE boot menu. I've
> commented out the section in install.pl that asks what drivers you
> want, and instead hard-coded OemPnPDriverPath in the 'base'
> unattend.txt file.
> 
> The idea is that in a situation where I am not physically at the
> office and an OS dies, I can tell the user to reboot, press F12 and
> go out for lunch, and when they come back the machine will be
> working.
> 
> I havn't tested, but I don't think that would be compatible with
> yours?

Yes, if you use search-windrivers correctly in install.pl: it's designed 
to APPEND stuff to OemPnPDriverPath from manual choose.
Steps are:
- manual choose : set OemPnPDriverPath
- call search-windrivers.pl
- then append results of search-windrivers.pl into OemPnPDriverPath

So your way must be:
- set OemPnPDriverPath
- call search-windrivers.pl
- then append results of search-windrivers.pl into OemPnPDriverPath

The install.pl patch provided for search-windrivers.pl should just fine 
for you.

Pierre Bourgin

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to