summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-05-22 21:48:09 +0000
committerPeter Jones <pjones@redhat.com>2006-05-22 21:48:09 +0000
commit3a0790fb64c7e4d6fb60a5725aba6ae9a79e6723 (patch)
treeced303ece0d8f36842689eeb58914af5845ad928 /flags.py
parente547d7a6cf3481b6779c247cc2717f99226bff42 (diff)
downloadanaconda-3a0790fb64c7e4d6fb60a5725aba6ae9a79e6723.tar.gz
anaconda-3a0790fb64c7e4d6fb60a5725aba6ae9a79e6723.tar.xz
anaconda-3a0790fb64c7e4d6fb60a5725aba6ae9a79e6723.zip
- anaconda (parseOptions): add flags for multipath
- flags.py (Flags): ditto - loader2/loader.c (parseCmdLineFlags): ditto
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 8dc46640a..4de6fe575 100644
--- a/flags.py
+++ b/flags.py
@@ -58,6 +58,7 @@ class Flags:
self.__dict__['flags']['autostep'] = 0
self.__dict__['flags']['autoscreenshot'] = 0
self.__dict__['flags']['usevnc'] = 0
+ self.__dict__['flags']['mpath'] = 0
self.__dict__['flags']['dmraid'] = 1
self.__dict__['flags']['selinux'] = SELINUX_DEFAULT
self.__dict__['flags']['debug'] = 0