Haszlakiewicz, Eric wrote:
> Thanks for the suggestions, but they won't be much help for me since I'm
> stuck without root access in the host OS.
>
>   
You could try building the custom filesystem on another machine which 
you do have root access on?

> Anyway, I'm off to figure out how to get uml linux to run in the
> background. (or rather, how to attach to the console when doing so, as I
> imagine I can just redirect stdout and tack an & on the end of the
> command in the host OS)
>   

I think you need to add the switch:

con0=fd0,fd1,fd2 to the invocation of uml before you can redirect output.

The way I have been getting a terminal on the guest machine is by 
setting up tun/tap networking and using ssh.

andy

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to