summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-18 21:04:20 +0000
committerChris Lumens <clumens@redhat.com>2006-07-18 21:04:20 +0000
commit9523d6545b174ea00885fffea7b0515a36170659 (patch)
tree64cb41d00b3842b9d7f6b259d98288f97fa71338 /anaconda
parentaaddd24aa87e84e9f047ab103e81b99c74f42e10 (diff)
downloadanaconda-9523d6545b174ea00885fffea7b0515a36170659.tar.gz
anaconda-9523d6545b174ea00885fffea7b0515a36170659.tar.xz
anaconda-9523d6545b174ea00885fffea7b0515a36170659.zip
Set debug mode if --debug is passed from loader.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 311fec316..4e36a3374 100755
--- a/anaconda
+++ b/anaconda
@@ -754,6 +754,7 @@ if __name__ == "__main__":
opts.display_mode = 'g'
if opts.debug:
+ flags.debug = True
import pdb
pdb.set_trace()