/[cvs]/nfo/perl/scripts/umltools/README
ViewVC logotype

Annotation of /nfo/perl/scripts/umltools/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Tue Oct 22 02:55:41 2002 UTC (21 years, 5 months ago) by joko
Branch: MAIN
Changes since 1.1: +43 -16 lines
no message

1 joko 1.2 -------------------------------------------------------------------------------------------
2     umltools - setup
3     -------------------------------------------------------------------------------------------
4    
5     INSTALL
6     Prerequisites:
7     - uml (user mode linux) from http://user-mode-linux.sourceforge.net
8     - the tun/tap networking driver from http://vtun.sourceforge.net/tun/
9    
10     CONFIGURE
11     1. Create a new configuration-file, please use "Config.pm" as a template.
12     2. Please modify the the following part according to your configuration in _every_ "*.pl" file:
13     --- snip ---
14     # path to modules
15     use lib '/home/service/bin/umltools';
16    
17     # path to config-file
18     use lib '/home/service/etc';
19     --- snip ---
20    
21     ... the files are: uml_boot.pl, uml_package.pl, uml_setup.pl
22 joko 1.1
23    
24 joko 1.2 -------------------------------------------------------------------------------------------
25     umltools - usage
26     -------------------------------------------------------------------------------------------
27    
28     BUILD
29     as root:
30     useradd service
31     groupadd service
32     ./uml_setup --skel=woody-stable --vhost=test --build --ask
33     chown -R service.service <umldir>
34    
35     RUN
36     as root:
37     ./uml_boot --vhost=test --prepare --ask
38 joko 1.1
39 joko 1.2 to become service: (instead of the standard "su")
40     ./sue service
41    
42     as service:
43     ./uml_boot --vhost=test --start --ask
44     ./uml_boot --vhost=test --stop --ask
45     ./uml_boot --vhost=test --kill --ask
46     ./uml_boot --vhost=test --kill9 --ask

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed