Info | ||
---|---|---|
| ||
Copyright 2016 by Assured Information Security, Inc. Created by Martin Osterloh <osterlohm@ainfosec.com>. This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/. |
This section highlights how to install the current LibXL (plus associated XL binary) in OpenXT and how to use it. Note these instructions were for builds of stable-5.
Installation of LibXL and XL
...
Final config file for Debian 7.8 64 bit HVM:
Debian.78HVM
Code Block | ||||
---|---|---|---|---|
| ||||
builder = |
...
"hvm" |
...
name = |
...
"Debian" |
...
uuid = |
...
"7c85049a-9bdd-11e2-9e91-18037322eb44" |
...
memory = 1024 |
...
vcpus = 1 |
...
disk = ['/dev/xen/blktap-2/tapdev0,raw,xvda,rw'] |
...
videoram = 16 |
...
vif = [ |
...
"bridge=xenbr0,script=vif-bridge" |
...
] |
...
...
Please note that the script in /etc/xen/scripts has to be slightly modified to allow proper VIF usage. It is part of the xl script that Ross has provided. In short: line 119 looks now like
...