summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index cb2b68062..c9942c22b 100755
--- a/anaconda
+++ b/anaconda
@@ -43,7 +43,7 @@ for n in args:
elif (str == '--mountfs'):
forceMount = 1
elif (str == '--traceonly'):
- forceMount = 1
+ traceOnly = 1
if (debug):
import pdb
@@ -219,7 +219,7 @@ if test:
if forceMount:
setupFilesystems = 1
-if traceonly:
+if traceOnly:
sys.exit(0)
try: