Releases
Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code on Gitgub, can be unstable sometimes
Events
No events planned
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:experiences:igraltist:kvm [2010/11/10 14:59] – (old revision restored) 127.0.0.1 | wiki:experiences:igraltist:kvm [2012/05/13 05:53] (current) – (old revision restored) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[wiki: | + | [[wiki: |
| ====== Howto setup a kvm user on gentoo ====== | ====== Howto setup a kvm user on gentoo ====== | ||
| Line 18: | Line 18: | ||
| Other packages should be installed on default installation. | Other packages should be installed on default installation. | ||
| + | |||
| Line 186: | Line 187: | ||
| This site will describe on some example howto setup the [[wiki: | This site will describe on some example howto setup the [[wiki: | ||
| + | |||
| Line 199: | Line 201: | ||
| I use my own scripts to manage the kvm guest' | I use my own scripts to manage the kvm guest' | ||
| - | |||
| - | Its for free use. | ||
| It can be found here http:// | It can be found here http:// | ||
| - | To use it, simple copy it to / | + | |
| Line 218: | Line 219: | ||
| <code python> | <code python> | ||
| - | test-only = enabled # does not execute it but show it fully cmd-line string | + | ############################ |
| - | name = example # the name | + | # sample option for a disk # |
| + | ############################ | ||
| + | drive = file=/ | ||
| + | # sample option for a cdrom, can also be a second disk | ||
| + | drive = file=/ | ||
| - | hda = / | + | ######################## |
| - | cdrom = debian-netinst.iso | + | # settings for network # |
| - | boot = d | + | ######################## |
| + | net = nic | ||
| + | # use tap device for briding | ||
| + | net = tap,bridge=br0 | ||
| - | ## if use the virtio driver | + | ############################################################################ |
| - | #file = file=/ | + | # use monitor option other the default unix socket |
| - | #file = file=debian-netinst.iso,if=virtio,media=cdrom,boot=on | + | ############################################################################ |
| + | # example for overridding the default | ||
| + | # monitor | ||
| + | # use tcp socket, every guest have to use a different port | ||
| + | monitor | ||
| + | |||
| + | </ | ||
| - | m = 265 # default 128 MB => size in MB | ||
| - | net = nic, | ||
| - | net = tap, | ||
| - | usb = enabled | ||
| - | usbdevice = tablet | ||
| - | nographic = enabled # for headless machine | ||
| - | language = de | ||
| - | smp = 2 # default is no smp enabled | ||
| - | k = de | ||
| - | localtime = enabled | ||
| - | daemonize = enabled | ||
| - | parallel = / | ||
| - | vnc = :1 # vncviewr hostip:5901 | ||
| - | </ | ||
| Line 253: | Line 253: | ||
| ===== Test example config ===== | ===== Test example config ===== | ||
| - | * change to /etc/kvm directory | + | Befor start check the [[wiki: |
| <code python> | <code python> | ||
| - | ./kvm-admin.py boot example | + | kvm-admin example |
| - | / | + | This string would executed: |
| + | / | ||
| </ | </ | ||
| - | [[wiki: | + | [[wiki: |