update homepage

This commit is contained in:
Tobias Powalowski 2023-08-29 09:13:29 +02:00
parent e47dc9b02d
commit 912e00f6f2

View file

@ -14,7 +14,7 @@
<body>
<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>
<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: 28.08.2023 22:50</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: 29.08.2023 09:13</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>
@ -30,7 +30,7 @@
<li><a href="#archboot-in-a-nutshell" id="toc-archboot-in-a-nutshell"><strong><span class="toc-section-number">3.</span> Features In A Nutshell</strong></a></li>
<li><ul>
<li><a href="#secure-boot-support" id="toc-secure-boot-support"><span class="toc-section-number">3.1</span> Secure Boot - MOK / Machine Owner Key</a></li>
<li><a href="#virtual-consoles" id="toc-virtual-consoles"><span class="toc-section-number">3.2</span> Terminal Access - Virtual Consoles - VCs</a></li>
<li><a href="#terminal-access" id="toc-terminal-access"><span class="toc-section-number">3.2</span> Terminal Access</a></li>
<li><a href="#remote-terminal-access" id="toc-remote-terminal-access"><span class="toc-section-number">3.3</span> Remote Terminal Access</a></li>
<li><a href="#interactive-basic-setup" id="toc-interactive-basic-setup"><span class="toc-section-number">3.4</span> Interactive Basic Setup</a></li>
<li><a href="#interactive-launcher" id="toc-interactive-launcher"><span class="toc-section-number">3.5</span> Interactive Launcher</a></li>
@ -427,16 +427,41 @@
<li>Reboot and turn <strong>on</strong> Secure Boot again in firmware.</li>
<li>Start again at point <a href="#secure-iso-boot"><strong>3.1.1</strong></a>.</li>
</ul>
<h3 data-number="3.2" id="virtual-consoles"><span class="header-section-number">3.2</span> <strong>Terminal Access - Virtual Consoles - VCs</strong></h3>
<ul>
<li><strong>Virtual Consoles 1-6</strong> are login consoles</li>
<li><strong>Virtual Console 11</strong> is used for logging messages.</li>
<li><strong>Virtual Console 12</strong> shows systemd journal messages.</li>
<li>Use <strong>ALT</strong>+<strong>F1</strong> through <strong>Alt</strong>+<strong>F12</strong> keys to access other VCs.</li>
<li>Use <strong>SUPER</strong> key left/right (a.k.a. <strong>Windows</strong> or <strong>Command</strong> or <strong>Apple</strong> key) to toggle consoles.</li>
<li>Use <strong>ALT</strong>+<strong>&larr;</strong> or <strong>ALT</strong>+<strong>&rarr;</strong> to access previous or next VC.</li>
<li>Use <strong>CTRL</strong>+<strong>ALT</strong>+<strong>F1</strong> through <strong>CTRL</strong>+<strong>ALT</strong>+<strong>F12</strong> to access VCs from <a href="https://wiki.archlinux.org/title/Xorg" title="Xorg"><strong>Xorg</strong></a>.<br>Return to <a href="https://wiki.archlinux.org/title/Xorg" title="Xorg"><strong>Xorg</strong></a> by going back to the VC on which it was started.</li>
</ul>
<h3 data-number="3.2" id="terminal-access"><span class="header-section-number">3.2</span> <strong>Terminal Access</strong></h3>
<h4 data-number="3.2.1" id="vitual-console"><span class="header-section-number">3.2.1</span> <strong>Virtual Consoles - VCs</strong></h4>
<p>Use <strong>SUPER<sup>*</sup></strong> key left/right or <strong>ALT</strong>+<strong>&larr;</strong> or <strong>ALT</strong>+<strong>&rarr;</strong> to toggle consoles.</p>
<table>
<thead>
<tr class="header">
<th></th>
<th>VC 1-6</th>
<th>VC 11</th>
<th>VC 12</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Usage</strong></td>
<td>Login console</td>
<td>Log messages</td>
<td><a href="https://wiki.archlinux.org/title/Journal" title="Systemd Journal"><strong>Systemd Journal</strong></a></td>
</tr>
<tr class="even">
<td><strong>Terminal Keys</strong></td>
<td>ALT+F1-F6</td>
<td>ALT+F11</td>
<td>ALT+F12</td>
</tr>
<td><strong>Graphical Keys</strong></td>
<td>CTRL+ALT+F1-F6</td>
<td>CTRL+ALT+F11</td>
<td>CTRL+ALT+F12</td>
</tr>
</tbody>
</table>
<p><sup>*</sup><strong>Windows</strong> | <strong>Command</strong> | <strong>Apple</strong> key</p>
<h4 data-number="3.2.2" id="serial-console"><span class="header-section-number">3.2.2</span> <strong>Serial Console</strong></h4>
<p><a href="https://wiki.archlinux.org/title/Serial_console" title="Serial console"><strong>Serial console</strong></a> is enabled on <strong>ttyS0</strong>, <strong>ttyAMA0</strong> and <strong>ttyUSB0</strong></p>
<h3 data-number="3.3" id="remote-terminal-access"><span class="header-section-number">3.3</span> <strong>Remote Terminal Access</strong></h3>
<h4 data-number="3.3.1" id="remote-access-openssh"><span class="header-section-number">3.3.1</span> <strong>OpenSSH Terminal</strong></h4>
<ul>
@ -459,7 +484,7 @@
<h4 data-number="3.3.2" id="remote-access-ttyd"><span class="header-section-number">3.3.2</span> <strong>HTTP Browser Terminal - TTYD</strong></h4>
<ul>
<li>Access the <a href="https://github.com/tsl0922/ttyd" title="ttyd"><strong>ttyd</strong></a> terminal in your <strong>browser</strong>.</li>
<li>The connection is <strong>not</strong> encrypted!</li>
<li><strong>Attention:</strong> The connection is <strong>not</strong> encrypted!</li>
</ul>
<table>
<thead>