# HG changeset patch # User Paul Boddie # Date 1334269006 -7200 # Node ID e4ddc7ff375848d75a63a83b5575ccfb5c7edc95 # Parent 57cd8352baae9de6e34da64a800010855f2da699 Added UML console access details. diff -r 57cd8352baae -r e4ddc7ff3758 README.txt --- a/README.txt Fri Apr 13 00:13:22 2012 +0200 +++ b/README.txt Fri Apr 13 00:16:46 2012 +0200 @@ -57,7 +57,7 @@ New in userinstall 0.2.1 (Changes since userinstall 0.2) -------------------------------------------------------- - * Added more User Mode Linux documentation. + * Added more User Mode Linux and configuration-related documentation. New in userinstall 0.2 (Changes since userinstall 0.1) ------------------------------------------------------ @@ -335,6 +335,22 @@ uml-do 512M --net +Accessing UML Consoles +---------------------- + +During the boot process, User Mode Linux should report a number of lines of +the following form: + +Virtual console 1 assigned device '/dev/pts/3' + +This indicates that to access console 1, the given device should be accessed. +This can be done using the screen command as follows: + +screen /dev/pts/3 + +You may need to press Return/Enter to "wake up" the console in order to see a +login prompt. + Booting into UML from Installation Media ----------------------------------------