The NetML (2005-12-10) installed in the live-{CD,USB} is patched to avoid the step of cloning the package itself in every working directory. Therefore the environment is set as follow:
realHost$ export NETML=/usr/local/netml; \
export PATH=$PATH:$NETML
To use it with input file lab.xml:
realHost$ Netkit2.sh -x lab.xml -o lab.sh; \
chmod u+x lab.sh; \
./lab.sh start
To use it read "Using NetML to describe hosts"!.
Sandro Doro (email me)