On Monday 14 February 2005 02:40, Christopher S. Aker wrote:
> > I'm running a 2.6.9 UML kernel inside a 2.6.9-skas host. I'm using the
> > following to launch the UML:
>
>
>
> > So, how can I cleanly shut down the uml, and (more importantly), how can
> > I remove the unlinked memory files that ha
> I'm running a 2.6.9 UML kernel inside a 2.6.9-skas host. I'm using the
> following to launch the UML:
> So, how can I cleanly shut down the uml, and (more importantly), how can
> I remove the unlinked memory files that have been left lying around?
Don't run 2.6.9 as a host, as it exhibits this
I'm running a 2.6.9 UML kernel inside a 2.6.9-skas host. I'm using the
following to launch the UML:
#!/bin/bash
export TMPDIR=/mnt/ramdisk
exec uml umid=test con0=null,fd:2 con1=fd:0,fd:1 \
ubd0=test.cow
eth0=daemon,,unix,/var/run/uml-utilities/uml_switch.ctl
Note that