Size: 1646
Comment:
|
Size: 1822
Comment: add categories
|
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. |
Line 7: | Line 7: |
== UML on Etch == | You may check uml-utilities's README.Debian for more hints on how to use it |
Line 9: | Line 9: |
The user-mode-linux package is currently available in Etch, and should work out of the box. | == Howtos == |
Line 11: | Line 11: |
* http://www.debian-administration.org/articles/48 * http://www.wlug.org.nz/UserModeLinux == UML on Woody == An example of some scripts and building a UML on Woody. * http://www.eggdrop.ch/texts/uml/index.htm |
The user-mode-linux package is currently available in Debian, and should work out of the box. * [[https://web.archive.org/web/20180304192833/https://debian-administration.org/article/48/Running_Linux_on_Linux_-_Virtual_Servers|http://www.debian-administration.org/articles/48]] * [[https://web.archive.org/web/20100212221731/http://www.wlug.org.nz/UserModeLinux|http://www.wlug.org.nz/UserModeLinux]] * http://www.eggdrop.ch/texts/uml/index.htm |
Line 24: | Line 20: |
* http://stevieo.freeshell.org/uml/adminless-uml-d-i.html (this link is broken, try the [[http://web.archive.org/web/20071010015741/http://stevieo.freeshell.org/uml/adminless-uml-d-i.html|Web Archive]]) * http://www.golden-gryphon.com/software/security/selinux-uml.xhtml (this links is broken, try the [[http://web.archive.org/web/20110726063857/http://www.golden-gryphon.com/software/security/selinux-uml.xhtml|Web Archive]]) |
* [[https://web.archive.org/web/20071010015741/http://stevieo.freeshell.org/uml/adminless-uml-d-i.html|http://stevieo.freeshell.org/uml/adminless-uml-d-i.html]] * [[https://web.archive.org/web/20110726063857/http://www.golden-gryphon.com/software/security/selinux-uml.xhtml|http://www.golden-gryphon.com/software/security/selinux-uml.xhtml]] ---- CategorySoftware | CategoryVirtualization |
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
Howtos
The user-mode-linux package is currently available in Debian, and should work out of the box.
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.