Masato Taruishi
taru****@users*****
2004年 10月 18日 (月) 00:53:10 JST
=================================================================== RCS file: demo/uml/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- demo/uml/README 2004/10/14 11:22:44 1.1 +++ demo/uml/README 2004/10/17 15:53:10 1.2 @@ -0,0 +1,41 @@ + +QuickGuide + + This makes a virtual linux which has same packages as your host machine. + + 1) Install ultrapossum-uml package + + ~# apt-get install user-mode-linux=2.4.20-4um-1 ultrapossum-uml + + If you read this, you probably have done this. + + 2) Register a new virtual linux hostname to the configuration file + + ~# ultrapossum-config set uml UML_HOSTS="uml0" + + 3) Create template files for host 'uml0' + + ~# /usr/sbin/update-ultrapossum configure + + 4) Overwrite template file in order to install packages on your host + + ~# dpkg --get-selections > /etc/ultrapossum/uml/uml0/selections + + 5) Register this information to the system + + ~# /usr/sbin/update-ultrapossum configure + + 6) Create the root file system of host 'uml0' + + ~# /usr/share/ultrapossum/module.d/uml/createrootfs.sh uml0 + + 7) Start host 'uml0' + + ~# /etc/init.d/ultrapossum-uml start + + +You need to give the read/write permission to user 'daemon'. +This is automatically mananged if you use devfs. + +Have fun! +