summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-24 13:51:10 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-24 13:54:46 -1000
commitdb03ead33b9c59551c4072a933cac850c0995103 (patch)
tree95e1a20bc02912c6d427b887ee6f406d5821ec99 /flags.py
parentb39f630954627f628ecfe6fdbdc3a48707f35fc1 (diff)
downloadanaconda-db03ead33b9c59551c4072a933cac850c0995103.tar.gz
anaconda-db03ead33b9c59551c4072a933cac850c0995103.tar.xz
anaconda-db03ead33b9c59551c4072a933cac850c0995103.zip
Revert "Port the dlabel feature from RHEL (#489314)"
This reverts commit 16632332b3a49994edf0016a3c5c3200d32cf6ac. This patch calls doMultiMount(), which no longer exists. It also references ddFsTypes, which looks to not exist either.
Diffstat (limited to 'flags.py')
-rw-r--r--flags.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/flags.py b/flags.py
index 5ee0a9fe1..8dbcc9f9d 100644
--- a/flags.py
+++ b/flags.py
@@ -70,7 +70,6 @@ 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