Steven Blackery wrote:
>> I'm thinking at this point that the problem is with install.pl, that it's
>> not running properly. I'm actually running a bastard hybrid of rc2, rc3
>> and rc5, and I think my pre-patched install.pl is the rc3 version, so that
>> might be the problem.
>
> OK, I'm really confused now.
>
> I saw this in config.pl:
>
> ## Windows drivers scanning: uncomment to enable
> $u->{'_temp'}->{'scan_windrivers'} = '';
>
> And this in install.pl:
>
> if ( $u->{'_temp'}->{'scan_windrivers'} ne '' ) {
>
> Which to me indicated that the required section in install.pl would never run.
>
> So I thought all I needed to do was change the '' to anything other than '',
> so I edited config.pl to:
>
> ## Windows drivers scanning: uncomment to enable
> $u->{'_temp'}->{'scan_windrivers'} = '1';
>
> And the result was the search_win_drivers.log file now exists, but
> just contains "1", and unattend.txt shows scan_windrivers_dest_map =
> 1:drv-scan\1
>
> Confused now...
It's normal: this is my fault !
How stupid I am: I send the wrong instructions related to content of
site/config.pl !!!!!!!
The right hints for site/config.pl are:
## Windows drivers scanning: uncomment to DISABLE its usage
#$u->{'_temp'}->{'scan_windrivers'} = '';
## Windows drivers scanning: drivers collection root path:
$u->{'_temp'}->{'scan_windrivers_path'} = "z:\site\win_drivers" ;
## Windows drivers scanning: use updated version of ntx5-install
$u->{'_meta'}->{'ntinstall_cmd'} = '/z/site/nt5x-install' ;
## Windows drivers scanning:
## howto exclude PCI_CLASSID Ethernet Controller (0x0200)
## from search of Windows Drivers scanning
#$u->{'_temp'}->{'scan_windrivers_options'} = '-c 0200' ;
## Windows drivers scanning: where to store matching driver(s)
## (relative to /c/ ):
#$u->{'_temp'}->{'scan_windrivers_dest'} = 'drv-scan' ;
Please note that once you patched install.pl, the scanner is enabled:
you can DISABLE it if needed by setting
$u->{'_temp'}->{'scan_windrivers'} to ''
I will send an updated version of search-win-drivers with updated
instructions.
Many apologies,
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel