[Bps-public-commit] r15772 - Shipwright/trunk/bin

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Sep 4 20:20:41 EDT 2008


Author: alexmv
Date: Thu Sep  4 20:20:26 2008
New Revision: 15772

Modified:
   Shipwright/trunk/bin/jeos-build

Log:
 * Note the "disk-image" directory requirement

Modified: Shipwright/trunk/bin/jeos-build
==============================================================================
--- Shipwright/trunk/bin/jeos-build	(original)
+++ Shipwright/trunk/bin/jeos-build	Thu Sep  4 20:20:26 2008
@@ -67,6 +67,9 @@
 }
 
 # Mount the disk image
+# XXX: This used to be a tmpfile, but it exploded -- I don't recall
+# how right now.  For now, you need a "disk-image" directory to mount
+# it under.
 my $mountpoint = "disk-image";
 $vm->mount($mountpoint);
 



More information about the Bps-public-commit mailing list