Robin Eklund <[EMAIL PROTECTED]> writes:

> 1: Everytime i install a new unattended version i allways have to
> run mapznrun.bat and postinst.bat manually after windows installs
> (of course, i then change install.pl to do this for me), have i
> missed something or is something wrong in my configuration ?

The latter, I suspect.  What, if anything, do you have in
Z:\site\unattend.txt and Z:\site\config.pl?

> 2: I use the linux boot-disk and feed the clients with user/pwd/path
> through dhcp-option 233
> Looks like this in dhcpd.conf:
> 
> option unattended code 233=string;
> #if option user-class=Unattended{ # This has no effect, it renders the
> option useless.
> #if option user-class="Unattended"{ # have also tried this without effect
>       option unattended "z_user=username z_pass=xxxxx z_path=//machine/nti44";
> #}

According to the dhcp-eval man page, this should be:

if option dhcp-user-class = "Unattended" {
  option unattended "z_user=username z_pass=xxxxx z_path=//machine/nti44";
}


Note the name of the variable (dhcp-user-class) and the whitespace
around the special characters...  The latter may not matter, but why
take chances?

Please let me know if this works, because I have never actually tried
it.

> 3: Wouldnt it be great if we started discussing these thing on the
> wiki-site forum instead, it would be a lot easier to search through?

I hate Web fora.  They are clunky, slow, and the text editing is so
limited as to be painful.  So I do not participate in them except
under duress.

<http://www.mail-archive.com/> has a pretty good search engine.  And
Google also works OK if you include terms like "site:mail-archive.com"
and "unattended".

 - Pat


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to