Ziad O'Hanlon wrote:
Another trivial question:
I would like to set personnal variables for boot on lan:
z_user, z_pass et z_path.

I don't know how to change option 233 on "tftp32" as dhcp server, so I would
like to modify this parameters using another way:
Do I need to modify the /pxelinux.cfg/default?
Because I tried with these settings:

# isolinux/pxelinux configuration file

default unattended

label unattended
        kernel bzImage z_user=myuser z_pass=mypass
z_path=//myserver/myinstallfolder
       append initrd=initrd

#end of default configuration file

but it seems not working...
What am I doing wrong??

You need to put the stuff to be appended to the kernel's command line in the "append" section, thusly:
label unattended
kernel bzImage
append initrd=initrd z_user=myuser z_pass=mypass z_path=//myserver/myinstallfolder


See:
http://syslinux.zytor.com/faq.php#config

Jordan


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to