-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

  On Mon, 11 Dec 2006, Arrance, Jonathan wrote:

> Is there a way to specify an unattend.txt file the same way, or do you
> need to put it someplace on your cifs share and then modify one of the
> scripts?

Check out the power of site/config.pl.

The sample-config.pl contains (besides other things):

      $unattended_txt =~ /^[a-z]:/i
          or $unattended_txt = "z:\\site\\" . $unattended_txt;
      $unattended_txt = dos_to_host ($unattended_txt);
      -e ($unattended_txt)
          and $u->read ($unattended_txt);

The last statement pulls in one particular unattend.txt file, you just 
need to enclose it into a logic how to choose the correct one, e.g. based 
on IP address or something like that.

Bye,

- -- 
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBRX11ZdOkJV1AYoBwAQKHwAgAgUibtJc9mzr3UVAH35WLCftSGqvyZWUS
/kh4GEaZb57P+AKtqwroenWVvoqlJBxiD28idaYtqy9ZGXoa0q6zPzddIvbONG6F
2xfJQtvTbZcqQ/8YmeZSem8xQrCM5XWicKreE03zbDmk4DInlREpp4dQoVwyOs5p
6+92lxa1ULBMHLp5ov1uoBCAD8tBvmWXLGzz2KS/IHZ+bcNpP5Hzhp7bp2GN3zYW
i5F5ntqTxdi4FxQ6731YcLt2ZNKaXCVRqqAgLPW4XfrEu0KGqtFiUzYRJlaAHJnR
Q7CHdmRjvWFwcASidbsOEVH8te5PB2mpNtRFU12hzYYfXJA6/+eKTw==
=kxzF
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to