Konstantin Voronkov wrote:
Hello, All!

I'm using unattended for automatic installation of applications.
I burned linux boot CD which runs unattended, but I have question
how to make login to server other then \\ntinstall\install and using
other credentials, then guest? Is it possilbe with unattended?
I see that I can specify credentials, but how to make CD which logs
automatically with different credentials?


Hi Konstantin,

this is how I do it:
open the original ISO file with WinIso and extract \isolinux\isolinux.cfg into a working directory on your machine, for example c:\temp.


Customize c:\temp\isolinux.cfg, it may look like this:
# isolinux/pxelinux configuration file

default unattended

label unattended
kernel bzImage
# Add options (z_user=..., z_path=..., etc.) to this line.
append initrd=initrd kbd=de-latin1 z_user=ingres z_pass=Ingres z_path=//pcserv/install




The z_path variable is unc path to your unattended repository, other variables should be quite self explaining. Note: all z_... variables must be in one line, your news reader may split this into multiple lines.

Save the customized isolinux.cfg back into your ISO file with WinIso, burn new CD with Nero.

HTH
Gerhard



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to