Anybody knows the correct bless command that works for the NetBoot/SUS Appliance?
I would guess that it has to be like this. But it doesn't work. I'm not sure if the tftp and the nfs pathes are correct for the appliance.
bless --netboot --booter tftp://127.0.0.1/NetBoot/NetBootSP0/netinstall.nbi/i386/booter --kernelcache tftp://127.0.0.1/NetBoot/NetBootSP0/netinstall.nbi/i386/kernelcache --options "rp=nfs:127.0.0.1:/srv/NetBoot/NetBootSP0:netinstall.nbi/NetInstall.dmg" --nextonly
The following is working: bless --netboot --server bsdp://ip-adress
But this seems not to work across subnets.
