summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-01-08 15:03:34 +0100
committerMartin Sivak <msivak@redhat.com>2009-01-08 15:05:55 +0100
commit89652b6fbe65e5e7922d743a99b07104d071ef42 (patch)
tree2db006864b0c009aa1529d34b944d8342b637b65 /flags.py
parent162efc4dcb767db3b648939876966954ee783984 (diff)
downloadanaconda-89652b6fbe65e5e7922d743a99b07104d071ef42.tar.gz
anaconda-89652b6fbe65e5e7922d743a99b07104d071ef42.tar.xz
anaconda-89652b6fbe65e5e7922d743a99b07104d071ef42.zip
Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)
Diffstat (limited to 'flags.py')
-rw-r--r--flags.py1
1 files changed, 1 insertions, 0 deletions
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