daily: we no longer provide sha1/md5 files, but switched to sha256
[grml.org.git] / qemu / index.html.tt2
index 9a37799..0df45f2 100644 (file)
@@ -7,10 +7,9 @@
 <meta name="Keywords" content="grml.org, grml" />
 <meta name="Description" content="QEMU of grml.org" />
 <meta name="Abstract" content="grml, just another linux-distribution" />
-<meta name="fdse-index-as" content="http://www.grml.org/faq/" />
 <meta name="Robots" content="index,follow" />
 <meta name="Language" content="english" />
-<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="identifier-url" content="https://grml.org/" />
 <meta name="MSSmartTagsPreventParsing" content="true" />
 <meta http-equiv="imagetoolbar" content="no" />
 <link rel="home" href="/" title="grml.org" />
@@ -61,8 +60,8 @@ chmod 666 /dev/kqemu /dev/net/tun     # adjust permissions</pre>
         <p>Install qemu (apt-get install qemu) and start it e.g. via:</p>
 
 <pre class="rahmen">
-qemu -cdrom /dev/hdc          # if running from CD-ROM
-qemu -cdrom /path/to/grml.iso # if running from harddisk
+qemu -m 256 -cdrom /dev/hdc          # if running from CD-ROM
+qemu -m 256 -cdrom /path/to/grml.iso # if running from harddisk
 </pre>
 
         <h2>Running QEMU with grml on Windows</h2>
@@ -81,7 +80,7 @@ qemu -cdrom /path/to/grml.iso # if running from harddisk
 <pre class="rahmen">
 REM Start qemu on windows.
 @ECHO OFF
-START qemu.exe -L . -m 128 -hdc harddisk -cdrom grml_0.6.iso
+START qemu.exe -L . -m 256 -hdc harddisk -cdrom grml_0.6.iso
 CLS
 EXIT</pre>