Hi
I am trying to create a image for virtual machine follow
http://wiki.merproject.org/wiki/Trying_it_out but i got the next error:
Traceback (most recent call last):
File "/usr/local/bin/mic-image-creator", line 1045, in <module>
ret = main()
File "/usr/local/bin/mic-image-creator", line 852, in main
run_in_bootstrap(options.bootstrap, argv, bindmounts,
bootstrap_target_arch)
File "/usr/local/bin/mic-image-creator", line 250, in run_in_bootstrap
ret = subprocess.call(args, preexec_fn = chroot_bootstrap)
File "/usr/lib/python2.6/subprocess.py", line 470, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
what's problem with that?
BR
Walle