xentaur
diff xendomain.py @ 63:07c6777758dc
* path to shapes
* dynamips icon
* dynamips icon
author | igor |
---|---|
date | Fri Feb 29 07:22:46 2008 +0200 (2008-02-29) |
parents | e838c1223b89 |
children | cf823d27b029 |
line diff
1.1 --- a/xendomain.py Thu Feb 21 21:41:20 2008 +0200 1.2 +++ b/xendomain.py Fri Feb 29 07:22:46 2008 +0200 1.3 @@ -14,6 +14,7 @@ 1.4 import os 1.5 1.6 sys.path.append(os.environ['HOME']+"/xentaur") 1.7 +sys.path.append('.') 1.8 os.environ['xendomain']=domain 1.9 1.10 1.11 @@ -145,7 +146,7 @@ 1.12 if domain_types[N] == 'quagga': 1.13 memory = 64 1.14 elif domain_types[N] == 'linux': 1.15 - memory = 550 1.16 + memory = 128 1.17 else: 1.18 memory = 300 1.19