Differences between revisions 13 and 14
Revision 13 as of 2017-01-20 14:50:58
Size: 1646
Comment:
Revision 14 as of 2017-01-20 15:14:23
Size: 1726
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
See https://tracker.debian.org/pkg/user-mode-linux for status of the package in Debian See https://tracker.debian.org/pkg/user-mode-linux for status of the package in Debian.

You may check uml-utilities's README.Debian for more hints on how to use it

User Mode Linux, or UML, allows you to run a virtual Linux machine on a host Linux machine by compiling the kernel into a program and having it boot a file based root file system. It is of particular interest to developers and those doing DebianHosting.

See https://tracker.debian.org/pkg/user-mode-linux for status of the package in Debian.

You may check uml-utilities's README.Debian for more hints on how to use it

UML on Etch

The user-mode-linux package is currently available in Etch, and should work out of the box.

UML on Woody

An example of some scripts and building a UML on Woody.

Building your own custom UML machine

It is easy to build a UML kernel on Debian machines since kernel-package enables building a UML kernel just as easily as you can build any Linux kernel image, and the root file system can be created by using dd to build a loopback file system and populate the system using the debootstrap package. Or you may want to try a slick debian-installer based build. The links below provide examples of either approach.