load windowkeys earlier

This commit is contained in:
Tobias Powalowski 2023-08-28 10:10:21 +02:00
parent a56031ecf7
commit d9a5931477
2 changed files with 16 additions and 6 deletions

View file

@ -162,10 +162,10 @@ if [[ "${TTY}" = "tty1" ]] ; then
fi fi
if [[ -e /usr/bin/setup ]]; then if [[ -e /usr/bin/setup ]]; then
_local_mode _local_mode
# wait on user interaction!
_enter_shell
# enable super keys console support # enable super keys console support
loadkeys windowkeys loadkeys windowkeys
# wait on user interaction!
_enter_shell
# Basic Setup on archboot: # Basic Setup on archboot:
# localization, network, clock, pacman # localization, network, clock, pacman
if ! [[ -e /.localize ]]; then if ! [[ -e /.localize ]]; then

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: 23.08.2023 11:03</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: 28.08.2023 09:49</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>
@ -767,12 +767,12 @@ The calculated size to boot the image follows the formula:<br>
<tr> <tr>
<td>Virtual Machine boot to prompt<sup>3</sup></td> <td>Virtual Machine boot to prompt<sup>3</sup></td>
<td class="MyYes">16 seconds</td> <td class="MyYes">16 seconds</td>
<td class="MyNo">24 seconds</td> <td class="MyNo">26 seconds</td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td>Virtual Machine systemd-analyze<sup>3</sup></td> <td>Virtual Machine systemd-analyze<sup>3</sup></td>
<td class="MyYes">15 seconds</td> <td class="MyYes">15 seconds</td>
<td class="MyNo">84 seconds</td> <td class="MyNo">83 seconds</td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td>Minimum RAM to boot in MiB<sup>3</sup></td> <td>Minimum RAM to boot in MiB<sup>3</sup></td>
@ -787,7 +787,7 @@ The calculated size to boot the image follows the formula:<br>
<tr class="odd"> <tr class="odd">
<td>Imagesize in MiB</td> <td>Imagesize in MiB</td>
<td class="MyYes">183 - 783</td> <td class="MyYes">183 - 783</td>
<td class="MyNo">853 </td> <td class="MyNo">832 </td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td>ROOTFS size in MiB</td> <td>ROOTFS size in MiB</td>
@ -825,6 +825,16 @@ The calculated size to boot the image follows the formula:<br>
<td class="MyNo">&#10006;</td> <td class="MyNo">&#10006;</td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td>Log <a href="https://wiki.archlinux.org/title/Systemd/Journal" title="journal"><strong>journal</strong></a> to Virtual Console 12</td>
<td class="MyYes">&#10004;</td>
<td class="MyNo">&#10006;</td>
</tr>
<tr class="odd">
<td>Enable windowkeys in Virtual Console</td>
<td class="MyYes">&#10004;</td>
<td class="MyNo">&#10006;</td>
</tr>
<tr class="even">
<td>Text browser</td> <td>Text browser</td>
<td><a href="https://wiki.archlinux.org/title/Elinks" title="Elinks"><strong>Elinks</strong></a></td> <td><a href="https://wiki.archlinux.org/title/Elinks" title="Elinks"><strong>Elinks</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Lynx" title="Lynx"><strong>Lynx</strong></a></td> <td><a href="https://wiki.archlinux.org/title/Lynx" title="Lynx"><strong>Lynx</strong></a></td>