From b728d346a01c2bc161e66f8a951b3d36bb38d984 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 26 Jul 2012 21:44:22 +0200 Subject: [PATCH] =?UTF-8?q?[domU/whatsupdoc]=20fichier=20non=20track=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: f88e7155644f92429d11dab14e5d201 Et il n'y a pas de raison darcs-hash:20120726194422-28565-fda7184488edb5ba712df6a6422618637f6f14b5.gz --- Cfg/etc/xen/whatsupdoc/whatsupdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cfg/etc/xen/whatsupdoc/whatsupdoc diff --git a/Cfg/etc/xen/whatsupdoc/whatsupdoc b/Cfg/etc/xen/whatsupdoc/whatsupdoc new file mode 100644 index 0000000..25492e3 --- /dev/null +++ b/Cfg/etc/xen/whatsupdoc/whatsupdoc @@ -0,0 +1,13 @@ +# -*- coding: utf-8; mode: python -*- + +execfile("/etc/xen/common_squeeze.py") + +name = "whatsupdoc" + +memory = 512 + +vif = [ pub('02:62:75:67:73:00'), + adm('02:62:75:67:73:01') ] + +disk = [ vol("bugs", "slash", "xvda"), + vol("bugs", "swap", "xvdb") ]