Hi, On Wed, Oct 11, 2006 at 08:45:47AM -0500, Benjamin Burton wrote:
> 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. You can also just add the driver to the unattend.txt file in Z:\site\ That was how I did it until older computers started to come with blue screen of dead during the installation. Regards Nils > ________________________________ > > 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-info mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/unattended-info -- Nils Østbjerg SAMF-IT, Faculty of Social Sciences, Aalborg University, Denmark ------------------------------------------------------------------------- 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
