From ea2970fdc1812f466247f2731ee0570a0930db65 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 17 Nov 2005 04:43:04 +0000 Subject: - add dmraid flag --- flags.py | 1 + 1 file changed, 1 insertion(+) (limited to 'flags.py') diff --git a/flags.py b/flags.py index f85130218..d2990e41f 100644 --- a/flags.py +++ b/flags.py @@ -39,6 +39,7 @@ class Flags: self.__dict__['flags']['autostep'] = 0 self.__dict__['flags']['autoscreenshot'] = 0 self.__dict__['flags']['usevnc'] = 0 + self.__dict__['flags']['dmraid'] = 1 self.__dict__['flags']['selinux'] = SELINUX_DEFAULT # for non-physical consoles like some ppc and sgi altix, # we need to preserve the console device and not try to -- cgit