Well, 

     I hacked my way around it big time : 

1) Modified the IP in the scope option so that when converted to hex it gives 
me the right IP. 
2) Modified the dhclient-script on the initrd_template to substitute the ":" 
for "."

if [ ! -z $new_option_140 ]; then
    IMAGESERVER=`echo $new_option_140 | tr ':' '.'`
    echo "Using option-140 as IMAGESERVER: $IMAGESERVER"

...

Its pretty ugly ... I don't mind documenting it but I will have to write a 
function that converts HEX 
to decimal so that we don't have to perform step 1)

If anybody has a better way (and there is one for sure), let me know !

Thanks

Simon


-------------------------------------------------------------------------
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=/
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to