summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-02 15:30:15 -0500
committerChris Lumens <clumens@redhat.com>2009-12-03 13:04:25 -0500
commit9581135046aa223a9374b3d0fd19eba3d46051b3 (patch)
treebe119647adbf9c0cc874c198d21a7a5b907ff246 /flags.py
parent22e0f8532c707c05bdfd841f53e06181832ff5fe (diff)
downloadanaconda-9581135046aa223a9374b3d0fd19eba3d46051b3.tar.gz
anaconda-9581135046aa223a9374b3d0fd19eba3d46051b3.tar.xz
anaconda-9581135046aa223a9374b3d0fd19eba3d46051b3.zip
Remove rootPath mode.
This mode is decaying as anaconda moves forward with things like udev, dbus etc. No one is really working on making sure they continue to work. Let's stop pretending and also get rid of some additional complicated ways to run anaconda.
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 93472e345..1aabe8e67 100644
--- a/flags.py
+++ b/flags.py
@@ -68,7 +68,6 @@ class Flags:
def __init__(self):
self.__dict__['flags'] = {}
self.__dict__['flags']['test'] = 0
- self.__dict__['flags']['rootpath'] = 0
self.__dict__['flags']['livecdInstall'] = 0
self.__dict__['flags']['ibft'] = 1
self.__dict__['flags']['iscsi'] = 0