Does making this change select all MassStorageDrivers?  I'm currently about to dig into the TEXTMODE method of manually adding a driver for my machine's SATA drives and would rather do this the lazy way if it works.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Cheng
Sent: Tuesday, October 10, 2006 7:09 PM
To: [email protected]; [email protected]
Subject: Re: [Unattended] config.pl and MassStorageDrivers

Hi,

I am doing something lazy, I simply modify the install.pl to choose ALL driver to install (never ask the question and install all driver).

I commen out the lines
my @selected_dirs = multi_choice ('Please choose driver(s) to add.',
                                                    sort @pnp_driver_dirs);
and
my $ret = join ';', @selected_dirs;

and add this line
my $ret = join ';', @pnp_driver_dirs;

See if these information useful.

William
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to