From 89652b6fbe65e5e7922d743a99b07104d071ef42 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 8 Jan 2009 15:03:34 +0100 Subject: Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951) --- flags.py | 1 + 1 file changed, 1 insertion(+) (limited to 'flags.py') diff --git a/flags.py b/flags.py index 2d77bd794..3343b0238 100644 --- a/flags.py +++ b/flags.py @@ -64,6 +64,7 @@ class Flags: self.__dict__['flags']['test'] = 0 self.__dict__['flags']['rootpath'] = 0 self.__dict__['flags']['livecdInstall'] = 0 + self.__dict__['flags']['dlabel'] = 0 self.__dict__['flags']['ibft'] = 1 self.__dict__['flags']['iscsi'] = 0 self.__dict__['flags']['serial'] = 0 -- cgit