Sanity checking for container memory regions added

This commit is contained in:
Amit Mahajan
2009-11-08 01:11:56 +05:30
parent 1db70a608f
commit 276b6e3fc4
2 changed files with 60 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import os, sys, shelve, shutil
from os.path import join
from config.projpaths import *
from config.configuration import *
from config.config_check import *
from scripts.conts import containers
from configure import *
@@ -21,6 +22,11 @@ def main():
#
configure_system(opts, args)
#
# Check for sanity of containers
#
sanity_check_conts()
#
# Build userspace libraries
#