Current version
Git/Latestdiff: 1.5.6
Latest Snapshots
Produced after each commit or rebase to new upstream version
GIT
RSBAC source code, can be unstable sometimes
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 [2011/02/14 12:21] – (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 18: | Line 18: | ||
Other packages should be installed on default installation. | Other packages should be installed on default installation. | ||
+ | |||
Line 202: | Line 203: | ||
It can be found here http:// | It can be found here http:// | ||
+ | |||
Line 217: | Line 219: | ||
<code python> | <code python> | ||
- | name = example # the name [optional, if not set, its take from filename] | + | ############################ |
+ | # 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 = c,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 | + | </code> |
- | net = nic, | ||
- | net = tap, | ||
- | |||
- | usb = enabled | ||
- | usbdevice = tablet | ||
- | |||
- | language = de | ||
- | smp = 2 # default is no smp enabled | ||
- | k = de | ||
- | localtime = enabled | ||
- | daemonize = enabled | ||
- | parallel = / | ||
- | vnc = :1 # vncviewr hostip:5901 | ||
- | </ | ||
Line 257: | Line 257: | ||
<code python> | <code python> | ||
- | kvm-admin.py example show | + | kvm-admin example show |
- | / | + | This string would executed: |
- | -boot d -smp 2 -net nic,macaddr=00: | + | / |
- | -net tap, | + | |
- | -pidfile / | + | |
- | -nographic | + | |
- | -cdrom debian-netinst.iso | + | |
- | -parallel / | + | |
- | -usb | + | |
- | -name example | + | |
- | -usbdevice tablet | + | |
- | -k de -m 265 -daemonize | + | |
- | -hda / | + | |
</ | </ | ||
[[wiki: | [[wiki: |