1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #2258: update raw examples in vmm config files

This commit is contained in:
Javi Fontan 2013-08-23 18:39:32 +02:00
parent 990092271c
commit 76164fa1d0
3 changed files with 3 additions and 3 deletions

View File

@ -35,4 +35,4 @@ FEATURES = [ PAE = "no", ACPI = "yes" ]
DISK = [ driver = "raw" , cache = "none"]
#NIC = [ filter = "clean-traffic", model="virtio" ]
#RAW = "<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>"
#RAW = [ type = "kvm", data = "<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>" ]

View File

@ -30,4 +30,4 @@
CREDIT = 256
DISK = [ driver = "tap:aio:" ]
#RAW = "data=\"on_crash=destroy\""
#RAW = [ type = "xen", data = "on_crash=destroy" ]

View File

@ -30,4 +30,4 @@
CREDIT = 256
DISK = [ driver = "raw:" ]
#RAW = "data=\"on_crash=destroy\""
#RAW = [ type = "xen", data = "on_crash=destroy" ]