"Teresa Jeremy" <[EMAIL PROTECTED]> writes: > If I specify multiple locations for OemPnPDriversPath value, the > unattended Linux version reports an unrecognized line error. > > For example, this entry will trigger an error: > OemPnPDriversPath=Drivers\NIC\sis900;Drivers\NIC\Realtek > > While this one won't: > OemPnPDriversPath=Drivers\NIC\sis900
The DOS version would report the same error, I think, because the Perl code is the same. Our .ini parser is fairly strict, on the "better safe than sorry" theory. (In general, we want to be at least as strict as the MS parsers.) Try this instead: OemPnPDriversPath="Drivers\NIC\sis900;Drivers\NIC\Realtek" - Pat ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
