]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/xen-image/README
xen-image: replace image by a download and image buildskript.
[people/teissler/ipfire-2.x.git] / config / xen-image / README
1 How to install Ipfire as a Xen DomU:
2
3 - run xen-image-maker.sh to download and build the xen-images.
4 you need to be root because the skript do some loop mounts.
5 The script need wget and gpg for download and decode ipfire packages.
6
7 - edit the file ipfire.cfg
8 - start ipfire: "xm create ipfire.cfg"
9 - if you get no errormessage go to console: "xm console ipfire-xen"
10 - after booting, the setup will started to do basic settings and reboot
11 (Ignore the errormessages. The services are not startet yet)
12
13 This setup is for 2 interfaces (green and red).
14 If you want more, like orange and blue, edit the ipfire.cfg and execute
15 "setup" to adjust yout config.
16
17 other usefull commands from the Dom0:
18 - shutdown the fire: "xm shutdown ipfire-xen"
19 - reset the fire: "xm destroy ipfire-xen"
20 - look what is going on: "xm top" or "xm list"