Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added disk support to the nbd server
[palacios.git] / misc / network_servers / v3_nbd / nbd.ini
1 logfile: ./nbd.log
2
3 port : 9502
4
5 disks : puppy-hdd puppy-iso ubuntu-hdd ubuntu-cd
6
7 puppy-iso.file : /opt/vmm-tools/isos/puppy.iso
8 puppy-iso.type : ISO
9
10 puppy-hdd.file : /home/jarusl/guests/puppy-test1.hdd
11 puppy-hdd.type : RAW
12
13 ubuntu-hdd.file : /home/jarusl/guests/ubuntu.hdd
14 ubuntu-hdd.type : RAW
15
16 ubuntu-cd.file : /opt/vmm-tools/isos/ubuntu-7.10-desktop-i386.iso
17 ubuntu-cd.type : ISO