diff --git a/lib/py/images/images.py b/lib/py/images/images.py index d8f1c81d1..5a5b2d7a0 100644 --- a/lib/py/images/images.py +++ b/lib/py/images/images.py @@ -511,6 +511,7 @@ handlers = { 'AUTOFS' : entry_handler(autofs_entry), 'FILES' : entry_handler(file_entry), 'NS' : entry_handler(ns_entry), + 'CPUINFO' : entry_handler(cpuinfo_entry), } def __rhandler(f):