[Gpg4win-commits] r618 - in trunk/doc: . website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 4 15:17:46 CET 2007
Author: jan
Date: 2007-12-04 15:17:46 +0100 (Tue, 04 Dec 2007)
New Revision: 618
Modified:
trunk/doc/ChangeLog
trunk/doc/website/build-installer-on-vm-de.htm4
trunk/doc/website/build-installer-on-vm.htm4
trunk/doc/website/build-installer-on-w32-debian-screenshots-de.htm4
trunk/doc/website/build-installer-on-w32-debian-screenshots.htm4
Log:
* website/build-installer-on-vm.htm4, website/build-installer-on-vm-de.htm4,
website/build-installer-on-w32-debian-screenshots-de.htm4,
website/build-installer-on-w32-debian-screenshots.htm4: Fixes in command
line samples.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2007-12-04 14:15:20 UTC (rev 617)
+++ trunk/doc/ChangeLog 2007-12-04 14:17:46 UTC (rev 618)
@@ -1,5 +1,12 @@
2007-12-04 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ * website/build-installer-on-vm.htm4, website/build-installer-on-vm-de.htm4,
+ website/build-installer-on-w32-debian-screenshots-de.htm4,
+ website/build-installer-on-w32-debian-screenshots.htm4: Fixes in command
+ line samples.
+
+2007-12-04 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
* README-BETA-de.txt: New. Report (in german) on status of
current Beta version.
Modified: trunk/doc/website/build-installer-on-vm-de.htm4
===================================================================
--- trunk/doc/website/build-installer-on-vm-de.htm4 2007-12-04 14:15:20 UTC (rev 617)
+++ trunk/doc/website/build-installer-on-vm-de.htm4 2007-12-04 14:17:46 UTC (rev 618)
@@ -165,7 +165,7 @@
<pre>
cd /d <Arbeitsverzeichnis>
- QEMU=C:\Programme\Qemu
+ set QEMU=C:\Programme\Qemu
set PATH=%QEMU%;%PATH%
</pre>
@@ -200,7 +200,7 @@
<pre>
- qemu -k de -m 256 -boot c -L %QEMU%\pc-bios -hda install.img
+ qemu -k de -m 256 -boot d -L %QEMU%\pc-bios -hda install.img
-cdrom debian-40r0-i386-businesscard.iso -kernel-kqemu
</pre>
Modified: trunk/doc/website/build-installer-on-vm.htm4
===================================================================
--- trunk/doc/website/build-installer-on-vm.htm4 2007-12-04 14:15:20 UTC (rev 617)
+++ trunk/doc/website/build-installer-on-vm.htm4 2007-12-04 14:17:46 UTC (rev 618)
@@ -159,7 +159,7 @@
<pre>
cd /d <working directory>
- QEMU=C:\Programs\Qemu
+ set QEMU=C:\Programs\Qemu
set PATH=%QEMU%;%PATH%
</pre>
@@ -193,7 +193,7 @@
<pre>
- qemu -k de -m 256 -boot c -L %QEMU%\pc-bios -hda install.img
+ qemu -k de -m 256 -boot d -L %QEMU%\pc-bios -hda install.img
-cdrom debian-40r0-i386-businesscard.iso -kernel-kqemu
</pre>
Modified: trunk/doc/website/build-installer-on-w32-debian-screenshots-de.htm4
===================================================================
--- trunk/doc/website/build-installer-on-w32-debian-screenshots-de.htm4 2007-12-04 14:15:20 UTC (rev 617)
+++ trunk/doc/website/build-installer-on-w32-debian-screenshots-de.htm4 2007-12-04 14:17:46 UTC (rev 618)
@@ -22,7 +22,7 @@
<pre>
-qemu -m 256 -L %QEMU -cdrom debian-40r0-i386-businesscard.iso -hda install.img -boot d -kernel-kqemu</tt>
+qemu -m 256 -L %QEMU% -cdrom debian-40r0-i386-businesscard.iso -hda install.img -boot d -kernel-kqemu</tt>
</pre>
@@ -160,7 +160,7 @@
<pre>
-qemu -m 256 -L %QEMU -hda install.img -kernel-kqemu -redir tcp:5555::22
+qemu -m 256 -L %QEMU%\pc-bios -hda install.img -kernel-kqemu -redir tcp:5555::22
</pre>
Modified: trunk/doc/website/build-installer-on-w32-debian-screenshots.htm4
===================================================================
--- trunk/doc/website/build-installer-on-w32-debian-screenshots.htm4 2007-12-04 14:15:20 UTC (rev 617)
+++ trunk/doc/website/build-installer-on-w32-debian-screenshots.htm4 2007-12-04 14:17:46 UTC (rev 618)
@@ -20,7 +20,7 @@
<pre>
-qemu -m 256 -L %QEMU -cdrom debian-40r0-i386-businesscard.iso -hda install.img -boot d -kernel-kqemu</tt>
+qemu -m 256 -L %QEMU% -cdrom debian-40r0-i386-businesscard.iso -hda install.img -boot d -kernel-kqemu</tt>
</pre>
@@ -162,7 +162,7 @@
<pre>
-qemu -m 256 -L %QEMU -hda install.img -kernel-kqemu -redir tcp:5555::22
+qemu -m 256 -L %QEMU%\pc-bios -hda install.img -kernel-kqemu -redir tcp:5555::22
</pre>
More information about the Gpg4win-commits
mailing list