[36775] users/ryandesign/minivmac/files/attach.exp

ryandesign at macports.org ryandesign at macports.org
Wed May 14 05:49:20 PDT 2008


Revision: 36775
          http://trac.macosforge.org/projects/macports/changeset/36775
Author:   ryandesign at macports.org
Date:     2008-05-14 05:49:20 -0700 (Wed, 14 May 2008)

Log Message:
-----------
minivmac: hdiutil shouldn't compute the disk image checksums at all; this is faster, and fine since MacPorts has already verified its own checksums of these files

Modified Paths:
--------------
    users/ryandesign/minivmac/files/attach.exp

Modified: users/ryandesign/minivmac/files/attach.exp
===================================================================
--- users/ryandesign/minivmac/files/attach.exp	2008-05-14 11:57:44 UTC (rev 36774)
+++ users/ryandesign/minivmac/files/attach.exp	2008-05-14 12:49:20 UTC (rev 36775)
@@ -6,7 +6,7 @@
 	set flag "-readonly"
 }
 
-spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen -noautofsck -ignorebadchecksums $flag
+spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen -noautofsck -noverify $flag
 
 expect {
 	"Software License" {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080514/f69c3f54/attachment-0001.html


More information about the macports-changes mailing list