[isomd5sum PATCH 3/3] Change test Python script sample from mkisofs to genisoimage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fedora (as well as all Debian-based distros) currently ships with
cdrkit by default, so use genisoimage natively to create the sample ISO
for testing.

Signed-off-by: Ryan Finnie <ryan@xxxxxxxxxx>
---
 testpyisomd5sum.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testpyisomd5sum.py b/testpyisomd5sum.py
index 6f79830..c20f582 100755
--- a/testpyisomd5sum.py
+++ b/testpyisomd5sum.py
@@ -4,7 +4,7 @@ import os
 import pyisomd5sum
 
 # create iso file
-os.system("mkisofs -quiet . > testiso.iso")
+os.system("genisoimage -quiet . > testiso.iso")
 
 # implant it
 print "Implanting -> ", pyisomd5sum.implantisomd5sum("testiso.iso", 1, 0)
-- 
1.5.6.5

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux