Author: cfinck Date: Fri Aug 31 18:36:09 2007 New Revision: 28705
URL: http://svn.reactos.org/svn/reactos?rev=28705&view=rev Log: Create a "files" subdirectory, the QEMU and ReactOS files will be put there. A user, who extracts this package, will now first see the "boot.bat" and "Readme.txt" files, so he can't be confused by all these QEMU files ;-)
Added: trunk/tools/VM-Templates/QEMU/files/ Modified: trunk/tools/VM-Templates/QEMU/SVN-Readme.txt trunk/tools/VM-Templates/QEMU/boot.bat trunk/tools/VM-Templates/QEMU/install.bat
Modified: trunk/tools/VM-Templates/QEMU/SVN-Readme.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/VM-Templates/QEMU/SVN-Readme.... ============================================================================== --- trunk/tools/VM-Templates/QEMU/SVN-Readme.txt (original) +++ trunk/tools/VM-Templates/QEMU/SVN-Readme.txt Fri Aug 31 18:36:09 2007 @@ -5,12 +5,12 @@
- Copy the files in this directory into a directory called "ReactOS-[VERSION]-QEMU". -- Put the QEMU program files there, including its subdirectories. +- 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 this directory and run "install.bat" to +- 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
Modified: trunk/tools/VM-Templates/QEMU/boot.bat URL: http://svn.reactos.org/svn/reactos/trunk/tools/VM-Templates/QEMU/boot.bat?re... ============================================================================== --- trunk/tools/VM-Templates/QEMU/boot.bat (original) +++ trunk/tools/VM-Templates/QEMU/boot.bat Fri Aug 31 18:36:09 2007 @@ -1,2 +1,3 @@ @echo off +cd files qemu -L . -m 128 -hda ReactOS.vmdk -serial file:CON
Modified: trunk/tools/VM-Templates/QEMU/install.bat URL: http://svn.reactos.org/svn/reactos/trunk/tools/VM-Templates/QEMU/install.bat... ============================================================================== --- trunk/tools/VM-Templates/QEMU/install.bat (original) +++ trunk/tools/VM-Templates/QEMU/install.bat Fri Aug 31 18:36:09 2007 @@ -1,2 +1,3 @@ @echo off +cd files qemu -L . -m 128 -hda ReactOS.vmdk -cdrom ReactOS.iso -boot d