diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 05:47:24 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 05:47:24 +0000 |
commit | b8ef068bd68d2e2b4f6606b49f9b624060985ce2 (patch) | |
tree | 489eb77aaa8e1f0a8f5cb3cd2dbfb0a19b490253 /anaconda | |
parent | e18d7d6197414ac6f1d911f48c45ae3ab7d8d7d4 (diff) | |
download | anaconda-b8ef068bd68d2e2b4f6606b49f9b624060985ce2.tar.gz anaconda-b8ef068bd68d2e2b4f6606b49f9b624060985ce2.tar.xz anaconda-b8ef068bd68d2e2b4f6606b49f9b624060985ce2.zip |
more debugging
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,7 +137,9 @@ else: print "unknown install method:", method sys.exit(1) +print "INSTANTIATE interface..." intf = InstallInterface() +print "INSTANTIATE interface DONE" # set the default actions installPackages = 1 |