Revision: 870
http://cs-project.svn.sourceforge.net/cs-project/?rev=870&view=rev
Author: crazedsanity
Date: 2008-03-31 09:11:19 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Added release checklist, updated appliance to have update when user
first logs-in.
Modified Paths:
--------------
vmware/Ubuntu_JeOS.7z
Added Paths:
-----------
vmware/release_checklist.txt
Modified: vmware/Ubuntu_JeOS.7z
===================================================================
(Binary files differ)
Added: vmware/release_checklist.txt
===================================================================
--- vmware/release_checklist.txt (rev 0)
+++ vmware/release_checklist.txt 2008-03-31 16:11:19 UTC (rev 870)
@@ -0,0 +1,12 @@
+Steps to run prior to distributing CS-Project VMware appliance:
+
+1.) make sure /etc/opt/cs-project/initial_config_done is NOT present
+2.) in the appliance OS as root, run:
+ cat /dev/zero > zero.fill;sync;sleep 1;sync;rm -f zero.fill
+3.) in the HOST OS, shrink the vmdk file:
+ vmware-vdiskmanager.exe -k Ubuntu_JeOS-0-s001.vmdk
+4.) be sure root and user password are reset.
+5.) update the 7zip file:
+ cd vmware
+ 7z a Ubuntu_JeOS.7z Ubuntu_JeOS/
+6.) upload the new appliance.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|