Hi! A little long story! The problem (as I think) is that we need additional boot parameter for "mount.cifs" command: ip=... I decided to remake Linux boot image. It's really needs a lot of disk space - about 1.5 G - and some hours to compile (on P4 2.8 GHz). The important part of the boot is the "misc/master" bash script. I'1m try to modify/add z_ip (convention used by orginators) and I realized that here is an option, called z_opts, which is supoposed to be concatenated to options part of the invocation of the command mount.cifs, but here is a prblem (may be a bug?) I can put anything in "pxelinux.cfg/default" under z_opts script always includes "z_opts" keyword also, the result is: mount.cifs \\ntinstall\install /z -o username=guest,ro,nocase,z_opts=ip=192.168.200.34 I tried all string separators but nothing, z_opts still remain :( I have two problems with remake of make tftpboot: 1. initrd about the half of the origin - it should be something missing :( 2. how to correct "master" script to cut out "z_opts=" part?
Any halp would be highly apretiated! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info