Author: cfinck
Date: Sun Dec 23 00:18:19 2007
New Revision: 31404
URL:
http://svn.reactos.org/svn/reactos?rev=31404&view=rev
Log:
- Create a new directory "Release Engineering" and move the
"VM-Templates" directory into it.
- Add a document "Packaging ReactOS Releases.odt" describing how each ReactOS
release package is created.
This file also supersedes the "SVN-Readme.txt" files in the "QEMU"
and "VMware" subdirectories, so I removed them.
Added:
trunk/tools/Release Engineering/
trunk/tools/Release Engineering/Packaging ReactOS Releases.odt (with props)
trunk/tools/Release Engineering/VM-Templates/
- copied from r31370, trunk/tools/VM-Templates/
Removed:
trunk/tools/Release Engineering/VM-Templates/QEMU/SVN-Readme.txt
trunk/tools/Release Engineering/VM-Templates/VMware/SVN-Readme.txt
Added: trunk/tools/Release Engineering/Packaging ReactOS Releases.odt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/Release%20Engineering/Packag…
==============================================================================
Binary file - no diff available.
Propchange: trunk/tools/Release Engineering/Packaging ReactOS Releases.odt
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/tools/Release Engineering/VM-Templates/QEMU/SVN-Readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/VM-Templates/QEMU/SVN-Readme…
==============================================================================
--- trunk/tools/Release Engineering/VM-Templates/QEMU/SVN-Readme.txt (original)
+++ trunk/tools/Release Engineering/VM-Templates/QEMU/SVN-Readme.txt (removed)
@@ -1,18 +1,0 @@
-Packaging the QEMU Preinstallation
------------------------------------
-
-Replace [VERSION] with the version of ReactOS you want to package, e.g. 0.3.1.
-
-- Copy the files in this directory into a directory called
- "ReactOS-[VERSION]-QEMU".
-- Put the QEMU program files in the "files" subdirectory, including its
subdirectories.
-- Use the following command to create the virtual hard disk:
-
- qemu-img create -f vmdk ReactOS.vmdk 2G
-
-- Copy the "ReactOS.iso" file into the "files" subdirectory and run
"install.bat" to
- install it.
-- Remove the "ReactOS.iso", "install.bat" and this
"SVN-Readme.txt" file
-- Create a ZIP file "ReactOS-[VERSION]-REL-qemu.zip" containing this
- directory.
- Do not forget to activate the option to store the relative path names.
Removed: trunk/tools/Release Engineering/VM-Templates/VMware/SVN-Readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/VM-Templates/VMware/SVN-Read…
==============================================================================
--- trunk/tools/Release Engineering/VM-Templates/VMware/SVN-Readme.txt (original)
+++ trunk/tools/Release Engineering/VM-Templates/VMware/SVN-Readme.txt (removed)
@@ -1,20 +1,0 @@
-Packaging the VMware Preinstallation
--------------------------------------
-
-Replace [VERSION] with the version of ReactOS you want to package, e.g. 0.3.1.
-
-- Copy the files in this directory into a directory called
- "ReactOS-[VERSION]-VMware".
-- Copy the "ReactOS.iso" file into this directory.
-- Open the "ReactOS-Installation.vmx" file in your VMware product, click on
- "Edit virtual machine settings" and on "Add".
-- Add a new hard disk called "ReactOS.vmdk" with 2 GB size and in a growable
- format (deselect "Allocate all disk space now").
-- Remove the created "Hard Disk 2" entry as we already have a "Hard
Disk"
- entry, which now uses the created file.
-- Start the virtual machine and install ReactOS on it.
-- Remove all files in this directory except "ReactOS.vmx",
"ReactOS.vmdk" and
- "Readme.txt"
-- Create a ZIP file "ReactOS-[VERSION]-REL-vmware.zip" containing the
- "ReactOS-[VERSION]-VMware" directory.
- Do not forget to activate the option to store the relative path names.