]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/xen-image/README
openssl: Rootfile update
[people/pmueller/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"
21
22 This script can also build a Citrix XenCenter xva image. (Need xz-aware
23 xen version. Tested with Citrix Xen Server 6.5)
24 - run "XEN_IMG_TYPE=xva bash xen-image-maker.sh" to build an xva image.
25 - import the vm with "xe vm-import filename=ipfire.xva"