kadischi/livecd_generator kadischi.py,1.40,1.41

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sat Aug 19 16:52:36 UTC 2006


Author: autopsy

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

Modified Files:
	kadischi.py 
Log Message:
Make default CDROM device a known device instead of hda


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- kadischi.py	19 Aug 2006 13:53:59 -0000	1.40
+++ kadischi.py	19 Aug 2006 16:52:33 -0000	1.41
@@ -222,9 +222,9 @@
     print "[kadischi]: Kadischi is finished building the Live ISO image.."
     choice = raw_input("[kadischi]: Would you like to burn the CD image now? [yes/no]: ")
     if choice == "yes":
-        device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/hda]: ")
+        device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/cdrom]: ")
         if device == None:
-            device = "dev=/dev/hda"
+            device = "dev=/dev/cdrom"
         else:
             device = string.join(["dev=", device], "")
         burn_cd(device)




More information about the fedora-extras-commits mailing list