uhm, i thought that if you overrid the default for the driverpath detection
stuff with something in config.pl you dont have a menu (at least i dont have
a menu asking me... so)
Michael
PS: included is the relevant part from my config.pl -- btw this is just
ripped from somewhere on the unattended site ;)
#AUTO-INCLUDE ALL DRIVERS
#TODO: create script that cleans up all driver directories after install
$u->push_value('Unattended' , 'OemPnPDriversPath',
sub {
my $media_obj = Unattend::WinMedia->new
($u->{'_meta'}->{'OS_media'});
my @pnp_driver_dirs = $media_obj->oem_pnp_dirs (1);
# No driver directories means no drivers path
scalar @pnp_driver_dirs > 0
or return undef;
print "...found some driver directories.\n";
my $ret = join ';', @pnp_driver_dirs;
# Setup does not like empty OemPnPDriversPath
$ret =~ /\S/
or undef $ret;
return $ret;
}
);
On Mon, Jun 23, 2008 at 4:20 PM, Stephen Kojoukhine <
[EMAIL PROTECTED]> wrote:
> I'm pretty sure that the install.pl file automatically generates that
> menu if it detects ANY folders under $oem$\$1\... that have an *.inf file
> inside. Although I don't know if there's a way to automate it to just "pick
> all" or "pick none" based on a site configuration. Maybe you could hack away
> at install.pl but I don't have any experience with that… maybe someone else
> around here does.
>
>
>
> Steve
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Michael De
> Groote
> *Sent:* Monday, June 23, 2008 10:16 AM
> *To:* Steven Blackery
> *Cc:* unattended-info@lists.sourceforge.net
> *Subject:* Re: [Unattended] Driverpath issue
>
>
>
> could you provide the code that produces all of this (+the relevant part of
> the csv)
>
> Michael
>
> On Fri, Jun 13, 2008 at 4:29 PM, Steven Blackery <
> [EMAIL PROTECTED]> wrote:
>
> Hoping someone here can help with this.
>
> I've got unattended working great. Previously I've been slipstreaming
> drivers using nlite into the install media, but now I need to roll out to a
> site that has a huge variety of hardware, so I looked into using the
> $OEM$/$1 method to incorporate the drivers.
>
> This works fine, as long as I specify 'OemPnPDriversPath' in an
> unattend-xxxxx.txt file and then use the unattend.csv file to point to that
> unattend-xxxxx.txt
>
> But, if I instead use the 'DriverPath' variable in the unattend.csv (by MAC
> address), which should read that value and write it out to unattend.txt, I
> get the following:
>
> Found DriverPath for 000FFEB0268C:
> Drivers\dx2000mt\audio;Drivers\dx2000mt\chipset;Drivers\dx2000mt\gfx;Drivers\dx2000mt\nic
> Looking for drivers under Z:\os\oemtest\1386\$oem$\$1
> ...found some driver directories.
>
> Please choose driver(s) to add.
> 1) Select/deselect all
> 2) All done ; continue
> 3) [ ] Drivers\dx2000mt\audio
> 4) [ ] Drivers\dx2000mt\chipset
> 5) [ ] Drivers\dx2000mt\gfx
> 6) [ ] Drivers\dx2000mt\nic
> X) [ ] Exit this program
> Select: [123456X]
>
> Why am I being prompted to manually select them when I'm specifying it?
>
> This site has no IT staff on-site so I need unattended to be truly
> unattended - reboot, press F12 (PXE boot) and go. No questions.
>
> Steven Blackery
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>
>
>
> --
> Michael De Groote
> ICT-coordinator Sancta Maria Basisschool Leuven
> ICT-coordinator Sint-Pietersschool Korbeek-Lo
> ICT-coordinator Scholengemeenschap Katholieke Basisscholen Leuven
> ICT-coordinator Parkschool Leuven
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>
--
Michael De Groote
ICT-coordinator Sancta Maria Basisschool Leuven
ICT-coordinator Sint-Pietersschool Korbeek-Lo
ICT-coordinator Scholengemeenschap Katholieke Basisscholen Leuven
ICT-coordinator Parkschool Leuven
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info