From 8b3fc21b8431a2bb2fa0e14ff28f9dba8cde3c90 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 31 Jan 2011 16:33:33 +0100 Subject: [PATCH] turn on omf mode on the tested plc --- system/config_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config_default.py b/system/config_default.py index a65eeba..34c9ca4 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -258,7 +258,7 @@ def plc (options,index) : 'PLC_NET_DNS1' : 'deferred-dns-1', 'PLC_NET_DNS2' : 'deferred-dns-2', 'PLC_RESERVATION_GRANULARITY':1800, - 'PLC_OMF_ENABLED' : 'false', + 'PLC_OMF_ENABLED' : 'true', 'sites' : sites(options,index), 'keys' : keys(options,index), 'initscripts': initscripts(options,index), -- 2.47.0