summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-01-08 13:38:47 -0500
committerJeremy Katz <katzj@redhat.com>2009-01-08 13:38:47 -0500
commit491124ea03fe5b508d8dac8ae3a8f81cff284550 (patch)
treeef1709a8be0d8669739653b73249ac6dda5c9728 /flags.py
parentc23fd9466209dbe5f67bfb8a5131489c8cc741f1 (diff)
downloadanaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.gz
anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.tar.xz
anaconda-491124ea03fe5b508d8dac8ae3a8f81cff284550.zip
Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"
This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch was not reviewed on the list and does not fix any emergency build breakage. Thus, per policy is being reverted.
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 3343b0238..2d77bd794 100644
--- a/flags.py
+++ b/flags.py
@@ -64,7 +64,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