kadischi/livecd_generator kadischi.py,1.18,1.19

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Jul 3 21:50:12 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31132/kadischi/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
Revert unneccessary wait for user response


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kadischi.py	3 Jul 2006 20:40:21 -0000	1.18
+++ kadischi.py	3 Jul 2006 21:50:10 -0000	1.19
@@ -240,18 +240,6 @@
 
 print ("Estimated %s size is between %s and %s bytes" % (isoimage, estimate1, estimate0))
 
-for args in anaconda_args:
-    if not anaconda_args.find("--kickstart") or not anaconda_args.find("--cmdline") or not anaconda_args.find("-C"):
-        print ("Press <enter> to continue, or ctrl-c to quit")
-        try:
-            raw_input()
-        except:
-            flc_log("Cleaning builddir")
-            cleanup(builddir)
-            sys.exit(1)
-    else:
-        pass
-    
 
 # now`s the time to pickup kernel version cause when we move files arround, it will be late
 # Borrow some functions to do logic processing




More information about the scm-commits mailing list