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

ryandesign at macports.org ryandesign at macports.org
Wed May 14 03:43:04 PDT 2008


Revision: 36768
          http://trac.macosforge.org/projects/macports/changeset/36768
Author:   ryandesign at macports.org
Date:     2008-05-14 03:43:01 -0700 (Wed, 14 May 2008)

Log Message:
-----------
minivmac: don't check disk image filesystems when they're mounted. MacPorts already verifies disk images' checksums when they're fetched, and hdiutil thinks that the Mini vMac 3.0.4 source disk image is damaged and asks if I'm sure I want to mount it. Well, I am.

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

Modified: users/ryandesign/minivmac/files/attach.exp
===================================================================
--- users/ryandesign/minivmac/files/attach.exp	2008-05-14 10:09:52 UTC (rev 36767)
+++ users/ryandesign/minivmac/files/attach.exp	2008-05-14 10:43:01 UTC (rev 36768)
@@ -6,7 +6,7 @@
 	set flag "-readonly"
 }
 
-spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen $flag
+spawn hdiutil attach "[lindex $argv 0]" -mountpoint "[lindex $argv 1]" -private -nobrowse -noautoopen -noautofsck $flag
 
 expect {
 	"Software License" {

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


More information about the macports-changes mailing list