summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2009-03-24 14:14:56 +0100
committerMartin Sivak <msivak@redhat.com>2009-03-24 14:14:56 +0100
commit16632332b3a49994edf0016a3c5c3200d32cf6ac (patch)
tree5232a6535fd9855cefcf6197d954b9aab087f94d /flags.py
parentccfc747cd08705c0e445cb6a1df7ce1db43c53a2 (diff)
downloadanaconda-16632332b3a49994edf0016a3c5c3200d32cf6ac.tar.gz
anaconda-16632332b3a49994edf0016a3c5c3200d32cf6ac.tar.xz
anaconda-16632332b3a49994edf0016a3c5c3200d32cf6ac.zip
Port the dlabel feature from RHEL (#489314)
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 8dbcc9f9d..5ee0a9fe1 100644
--- a/flags.py
+++ b/flags.py
@@ -70,6 +70,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