update homepage

This commit is contained in:
Tobias Powalowski 2023-07-03 09:28:34 +02:00
parent a7fa3d4fd5
commit 20890da163

View file

@ -14,7 +14,7 @@
<body> <body>
<p><span><img src="/web/logo.png" alt="Logo"></span></p> <p><span><img src="/web/logo.png" alt="Logo"></span></p>
<h1>Archboot Project | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="/web/donate.png" alt="Donate"></a></h1> <h1>Archboot Project | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Z7GXKW4MKHK7C"><img src="/web/donate.png" alt="Donate"></a></h1>
<p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a><br>Last update: 03.07.2023 08:40</strong></p> <p><strong>&copy; 2006 - 2023 | <a href=mailto:tpowa@archlinux.org>Tobias Powalowski</a></strong><br>Arch Linux Developer <strong><a href="https://archlinux.org/people/developers/#tpowa">tpowa</a><br>Last update: 03.07.2023 09:28</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>
@ -334,39 +334,6 @@
</tbody> </tbody>
</table> </table>
<p>* Firmware 32bit / OS 64bit</p> <p>* Firmware 32bit / OS 64bit</p>
<p>It supports <a href="https://wiki.archlinux.org/title/GRUB" title="GRUB"><strong>GRUB</strong></a>s iso loopback support:</p>
<table>
<thead>
<tr class="header">
<th><strong>PARTUUID/UUID</strong> can be obtained by running:</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><code># lsblk -o NAME,PARTUUID,UUID</code></td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr class="header">
<th>Apply your values to /boot/grub/grub.cfg:</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><code>iso_loop_dev=PARTUUID=12345678-1234-1234-1234-123456789ABC
iso_loop_path=/dirname/basename_of_archboot.iso</code></td>
</tr>
<tr class="even">
<td><code>menuentry &quot;Archboot&quot; --class iso {
loopback loop (hdX,Y)/archboot.iso
linux (loop)/boot/vmlinuz-x86_64 iso_loop_dev=/dev/sdXY iso_loop_path=/archboot.iso
initrd (loop)/boot/initrd-x86_64.img
}</code></td>
</tr>
</tbody>
</table>
<h3 data-number="2.6" id="writing-to-usb-cd"><span class="header-section-number">2.6</span> <strong>ISO Writing To USB / CD</strong></h3> <h3 data-number="2.6" id="writing-to-usb-cd"><span class="header-section-number">2.6</span> <strong>ISO Writing To USB / CD</strong></h3>
<p>A hybrid image file is a standard CD/DVD-burnable image and also a raw disk image.</p> <p>A hybrid image file is a standard CD/DVD-burnable image and also a raw disk image.</p>
<ul> <ul>