> tovis escribió: >> For first try it simply does not work :( I have been copied the full BTS driver pack to install/drivers like this: >> drivers/ >> 3run/ >> C/ >> CPU/ >> G/ >> L/ >> M/ >> S/ >> W/ >> >> No signs of driver scanned, copied and in the c:\netinst\unattended.txt (I have stopped the installation procedure at the applying upadtes, after >> SP3) >> [_meta] >> ... >> scan_windrivers_path="" >> ... >> >> I was something missing, what do I need to activate auto detection functionality? >> > > make sure your config.pl is the same as this one: > > > https://sourceforge.net/apps/trac/unattended/browser/trunk/install/site/sample-config.pl > I have simple make a copy of sample-config.pl to config.pl, but I do not seen sign of running the driver scanning (at least I should have seen lspci command - but no). What time the driver scan script should run? Is there any messages? It seem to be no changes at all - even display is at simple VGA mode at point of installation Active Perl ... Also the "scan_windrivers_path" in the result file on windows box is still empty :(
There is a bug in the linuxboot. There are possible boot options passed tho the initrd (from pxelinux.cfg/default : z_user=... z_path=... etc) there is a parameter z_opts, which could be append to the mount.cifs command, I'm try to use it as "z_opts=ip=x.x.x.x" to append my ip address, but in the mount.cifs command it appears as "z_opts=ip=x.x.x.x" (it also append z_opts). Before the new release I have correct it and compile whole boot image and initrd, with corrected script. How to register a bug? Sincerelly tovis > > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
