mirror of
https://github.com/reactos/Release_Engineering.git
synced 2024-11-26 21:30:31 +00:00
- 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. svn path=/trunk/tools/Release Engineering/; revision=638
This commit is contained in:
parent
b85ef0c155
commit
d1d642e5fd
BIN
Packaging ReactOS Releases.odt
Normal file
BIN
Packaging ReactOS Releases.odt
Normal file
Binary file not shown.
@ -1,18 +0,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.
|
@ -1,20 +0,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.
|
Loading…
Reference in New Issue
Block a user