update homepage

This commit is contained in:
Tobias Powalowski 2024-09-01 09:11:19 +02:00
parent 7ebaeea9fb
commit c282e2ca42

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>
<h2>2024 Fundraise: 0% <progress max="100" value="48">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>
<strong>Last update: 31.08.2024 16:25</strong></p>
<strong>Last update: 01.09.2024 09:05</strong></p>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#introduction" id="toc-introduction"><strong><span class="toc-section-number">1.</span> Introduction</strong></a></li>
@ -37,10 +37,11 @@
<li><a href="#interactive-setup" id="toc-interactive-setup"><span class="toc-section-number">3.6</span> Interactive Setup</a></li>
<li><a href="#for-experts-quickinst-installation" id="toc-for-experts-quickinst-installation"><span class="toc-section-number">3.7</span> For Experts: Quickinst Installation</a></li>
<li><a href="#cli-manage-archboot" id="toc-manage-archboot"><span class="toc-section-number">3.8</span> For Experts: CLI Manage Environment</a></li>
<li><a href="#tools-for-backup-and-copying-of-an-existing-system" id="toc-tools-for-backup-and-copying-of-an-existing-system"><span class="toc-section-number">3.9</span> Tools For Backup And Copying Of An Existing System</a></li>
<li><a href="#restoring-an-usb-device-to-fat32-state" id="toc-restoring-an-usb-device-to-fat32-state"><span class="toc-section-number">3.10</span> Restoring An USB Device To FAT32 State</a></li>
<li><a href="#clean-blockdevice" id="toc-clean-blockdevice"><span class="toc-section-number">3.11</span> Clean Blockdevice</a></li>
<li><a href="#system-configuration" id="toc-system-configuration"><span class="toc-section-number">3.12</span> System Configuration On Installed System</a></li>
<li><a href="#autorun" id="toc-autorun"><span class="toc-section-number">3.9</span> For Experts: Custom Autorun Script</a></li>
<li><a href="#tools-for-backup-and-copying-of-an-existing-system" id="toc-tools-for-backup-and-copying-of-an-existing-system"><span class="toc-section-number">3.10</span> Tools For Backup And Copying Of An Existing System</a></li>
<li><a href="#restoring-an-usb-device-to-fat32-state" id="toc-restoring-an-usb-device-to-fat32-state"><span class="toc-section-number">3.11</span> Restoring An USB Device To FAT32 State</a></li>
<li><a href="#clean-blockdevice" id="toc-clean-blockdevice"><span class="toc-section-number">3.12</span> Clean Blockdevice</a></li>
<li><a href="#system-configuration" id="toc-system-configuration"><span class="toc-section-number">3.13</span> System Configuration On Installed System</a></li>
</ul></li>
<li><strong><a href="#faq-known-issues-and-limitations" id="toc-faq-known-issues-and-limitations"><span class="toc-section-number">4.</span> FAQ / Known Issues / Limitations</a></strong></li>
<li><strong><a href="#archiso" id="toc-archiso"><span class="toc-section-number">5.</span> Comparison To Archiso Image</a></strong></li>
@ -600,7 +601,13 @@
</tr>
</tbody>
</table>
<h3 data-number="3.9" id="tools-for-backup-and-copying-of-an-existing-system"><span class="header-section-number">3.9</span> <strong>Tools For Backup And Copying Of An Existing System</strong></h3>
<h3 data-number="3.9" id="autorun"><span class="header-section-number">3.9</span> <strong>For Experts: Custom Autorun Script</strong></h3>
<p>A custom autorun script at the end of bootup can be executed with the following options:</p>
<ul>
<li>Customization at runtime:<br>Remote scripts can be inserted with <strong>autorun=&lt;remotepath&gt;</strong> on bootloader commandline.<br>Any remote path <strong>curl</strong> can handle is supported. Local image does <strong>not</strong> support that feature.</li>
<li>Customization at build time:<br><strong>/etc/archboot/run/autorun.sh</strong> will be inserted into the images.</li>
</ul>
<h3 data-number="3.10" id="tools-for-backup-and-copying-of-an-existing-system"><span class="header-section-number">3.10</span> <strong>Tools For Backup And Copying Of An Existing System</strong></h3>
<p>Archboot provides 2 additional scripts for doing those tasks.</p>
<ul>
</ul>
@ -628,7 +635,7 @@
</tr>
</tbody>
</table>
<h3 data-number="3.10" id="restoring-an-usb-device-to-fat32-state"><span class="header-section-number">3.10</span> <strong>Restoring An USB Device To FAT32 State</strong></h3>
<h3 data-number="3.11" id="restoring-an-usb-device-to-fat32-state"><span class="header-section-number">3.11</span> <strong>Restoring An USB Device To FAT32 State</strong></h3>
<ul>
<li>When you have used the .iso image to create an USB installer, your USB stick is no longer useful for anything else.</li>
<li>Any remaining space on the stick (supposing you used a larger-than the .img file) is inaccessible.</li>
@ -646,7 +653,7 @@
</tr>
</tbody>
</table>
<h3 data-number="3.11" id="clean-blockdevice"><span class="header-section-number">3.11</span> Clean Blockdevice</h3>
<h3 data-number="3.12" id="clean-blockdevice"><span class="header-section-number">3.12</span> Clean Blockdevice</h3>
<p>You can use <strong>clean-blockdevice.sh</strong> for cleaning partition table and filesystem signatures of any blockdevice.</p>
<table>
<thead>
@ -660,7 +667,7 @@
</tr>
</tbody>
</table>
<h3 data-number="3.12" id="system-configuration"><span class="header-section-number">3.12</span> System Configuration On Installed System</h3>
<h3 data-number="3.13" id="system-configuration"><span class="header-section-number">3.13</span> System Configuration On Installed System</h3>
<p>You can also run <strong>archboot-setup.sh</strong> for <strong>system configuration</strong> on an installed system.</p>
<p><a href="#package-installation" title="Installation"><strong>Install</strong></a> your corresponding Archboot package for getting the <strong>archboot-setup.sh</strong> script.</p>
<h2 data-number="4." id="faq-known-issues-and-limitations"><span class="header-section-number">4.</span> <strong>FAQ / Known Issues / Limitations</strong></h2>