Updated container configuration cml for posix container

This commit is contained in:
Bahadir Balban
2009-10-01 00:21:21 +03:00
parent b24fa0772f
commit b642fc5cd3
3 changed files with 7 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ class configuration:
if param1 == "TYPE":
if param2 == "LINUX":
self.containers[id].type = "linux"
elif param2 == "C0_POSIX":
elif param2 == "POSIX":
self.containers[id].type = "posix"
elif param2 == "BARE":
self.containers[id].type = "bare"