From 37e4ed696b77455a738fa948b93498c8740721bc Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Thu, 2 Feb 2012 01:13:50 +0100 Subject: [SERVER] Parsing config file with glib [KERNEL] Bugfixes [CLIENT] Using vid and rid --- dnbd3-server.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dnbd3-server.conf (limited to 'dnbd3-server.conf') diff --git a/dnbd3-server.conf b/dnbd3-server.conf new file mode 100644 index 0000000..4a8ec03 --- /dev/null +++ b/dnbd3-server.conf @@ -0,0 +1,25 @@ +# This is a sample configuration file for dnbd3-server.conf + +[Ubuntu 10.04] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.04.3-desktop-i386.iso +servers=132.230.4.29;132.230.4.50 +vid=1 +rid=3 + +[Ubuntu 10.10] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.10-desktop-i386.iso +servers=132.230.4.29;132.230.4.50 +vid=2 +rid=1 + +[Ubuntu 11.04] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.04-desktop-i386.iso +servers=132.230.4.29;132.230.4.50 +vid=3 +rid=1 + +[Ubuntu 11.10] +file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.10-desktop-i386.iso +servers=132.230.4.29;132.230.4.50 +vid=4 +rid=1 -- cgit v1.2.3-55-g7522