]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/xen-image/README
xen-image: replace image by a download and image buildskript.
[people/teissler/ipfire-2.x.git] / config / xen-image / README
CommitLineData
cd0fc28d
AF
1How 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.
bada0832 6
bada0832 7- edit the file ipfire.cfg
9df6d70f
AF
8- start ipfire: "xm create ipfire.cfg"
9- if you get no errormessage go to console: "xm console ipfire-xen"
bada0832 10- after booting, the setup will started to do basic settings and reboot
3c4d4ed0 11 (Ignore the errormessages. The services are not startet yet)
bada0832 12
3c4d4ed0
AF
13This setup is for 2 interfaces (green and red).
14If you want more, like orange and blue, edit the ipfire.cfg and execute
15"setup" to adjust yout config.
bada0832
AF
16
17other 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"