update homepage

This commit is contained in:
Tobias Powalowski 2024-07-19 12:48:10 +02:00
parent 0cb5823561
commit 583ab24bb1

View file

@ -17,7 +17,7 @@
<h1>Archboot Home | <a href="https://archboot.com/gallery.html">Gallery</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="donate.png" alt="Donate"></a></h1> <h1>Archboot Home | <a href="https://archboot.com/gallery.html">Gallery</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="donate.png" alt="Donate"></a></h1>
<h2>2024 Fundraise: 0% <progress max="100" value="38">0%</progress> 100%</h2> <h2>2024 Fundraise: 0% <progress max="100" value="38">0%</progress> 100%</h2>
<p><strong>&copy; 2006 - 2024 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong> | Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></strong><br> <p><strong>&copy; 2006 - 2024 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong> | Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a></strong><br>
<strong>Last update: 19.07.2024 09:05</strong></p> <strong>Last update: 19.07.2024 12:46</strong></p>
<nav id="TOC" role="doc-toc"> <nav id="TOC" role="doc-toc">
<ul> <ul>
<li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li> <li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li>
@ -1306,7 +1306,9 @@ Functions supported in <strong>/usr/lib/archboot/cpio/hooks/&lt;hook&gt;</strong
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><code># cp /usr/share/archboot/ovmf/OVMF_VARS.secboot.fd &lt;directory&gt;</code></td> <td><code># cp /usr/share/archboot/ovmf/OVMF_VARS_x64.secboot.fd &lt;directory&gt;
# cp /usr/share/archboot/ovmf/OVMF_VARS_ia32.secboot.fd &lt;directory&gt;
</code></td></code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -1319,7 +1321,7 @@ Functions supported in <strong>/usr/lib/archboot/cpio/hooks/&lt;hook&gt;</strong
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><code>$ qemu-system-x86_64 -drive file=&lt;isofile&gt;,if=virtio,format=raw \<br>-usb -usbdevice tablet --enable-kvm -boot d \<br>-drive if=pflash,format=raw,readonly=on,\<br>file=/usr/share/archboot/ovmf/OVMF_CODE.secboot_x64.fd \<br>-drive if=pflash,format=raw,file=OVMF_VARS.secboot.fd \<br>-global driver=cfi.pflash01,property=secure,value=on \<br>-machine q35,smm=on,accel=kvm \<br>-global ICH9-LPC.disable_s3=1 -m &lt;memory&gt;</code></td> <td><code>$ qemu-system-x86_64 -drive file=&lt;isofile&gt;,if=virtio,format=raw \<br>-usb -usbdevice tablet --enable-kvm -boot d \<br>-drive if=pflash,format=raw,readonly=on,\<br>file=/usr/share/archboot/ovmf/OVMF_CODE.secboot_x64.fd \<br>-drive if=pflash,format=raw,file=OVMF_VARS_x64.secboot.fd \<br>-global driver=cfi.pflash01,property=secure,value=on \<br>-machine q35,smm=on,accel=kvm \<br>-global ICH9-LPC.disable_s3=1 -m &lt;memory&gt;</code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -1331,7 +1333,7 @@ Functions supported in <strong>/usr/lib/archboot/cpio/hooks/&lt;hook&gt;</strong
</thead> </thead>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><code>$ qemu-system-x86_64 -drive file=&lt;isofile&gt;,if=virtio,format=raw \<br>-usb -usbdevice tablet --enable-kvm -boot d \<br>-drive if=pflash,format=raw,readonly=on,\<br>file=/usr/share/archboot/ovmf/OVMF_CODE.secboot_ia32.fd \<br>-drive if=pflash,format=raw,file=OVMF_VARS.secboot.fd \<br>-global driver=cfi.pflash01,property=secure,value=on \<br>-machine q35,smm=on,accel=kvm \<br>-global ICH9-LPC.disable_s3=1 -m &lt;memory&gt; </code></td> <td><code>$ qemu-system-x86_64 -drive file=&lt;isofile&gt;,if=virtio,format=raw \<br>-usb -usbdevice tablet --enable-kvm -boot d \<br>-drive if=pflash,format=raw,readonly=on,\<br>file=/usr/share/archboot/ovmf/OVMF_CODE.secboot_ia32.fd \<br>-drive if=pflash,format=raw,file=OVMF_VARS_ia32.secboot.fd \<br>-global driver=cfi.pflash01,property=secure,value=on \<br>-machine q35,smm=on,accel=kvm \<br>-global ICH9-LPC.disable_s3=1 -m &lt;memory&gt; </code></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>