D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Filename :
test_oz.aug
back
Copy
module Test_oz = let conf = " [paths] output_dir = /var/lib/libvirt/images data_dir = /var/lib/oz [libvirt] uri = qemu:///system image_type = raw " test Oz.lns get conf = {} { "paths" { "output_dir" = "/var/lib/libvirt/images" } { "data_dir" = "/var/lib/oz" } {} } { "libvirt" { "uri" = "qemu:///system" } { "image_type" = "raw" } } test Oz.lns put conf after set "libvirt/cpus" "2" = " [paths] output_dir = /var/lib/libvirt/images data_dir = /var/lib/oz [libvirt] uri = qemu:///system image_type = raw cpus=2 "