update homepage

This commit is contained in:
Tobias Powalowski 2023-11-13 22:21:16 +01:00
parent c76a194a05
commit 401d4a35cc
2 changed files with 7 additions and 4 deletions

View file

@ -134,7 +134,10 @@ if ! [[ -f "/mnt/efi/boot/initrd-${_ARCH}.img" ]] ; then
fi
fi
_first_stage | _dialog --title " Loading Kernel Modules " --gauge "${_KEEP} Loading files..." 6 75 0
# add short break to get modules initialized correct.
sleep 0.75
# avoid screen messup, don't run dialog on module loading!
printf "\ec"
udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
udevadm settle
# autodetect screen size

View file

@ -15,7 +15,7 @@
<body>
<p><span><img src="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="donate.png" alt="Donate"></a></h1>
<p><strong>&copy; 2006 - 2023 | <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: 13.11.2023 20:00</strong></p>
<p><strong>&copy; 2006 - 2023 | <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: 13.11.2023 22:20</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>
@ -782,17 +782,17 @@ The calculated size to boot the image follows the formula:<br>
</tr>
<tr>
<td>Real Machine boot to prompt<sup>2</sup></td>
<td class="MyYes">54 seconds</td>
<td class="MyYes">52 seconds</td>
<td class="MyNo">104 seconds</td>
</tr>
<tr>
<td>Virtual Machine boot to prompt<sup>3</sup></td>
<td class="MyYes">20 seconds</td>
<td class="MyYes">18 seconds</td>
<td class="MyNo">24 seconds</td>
</tr>
<tr class="odd">
<td>Virtual Machine systemd-analyze<sup>3</sup></td>
<td class="MyYes">20 seconds</td>
<td class="MyYes">17 seconds</td>
<td class="MyNo">73 seconds</td>
</tr>
<tr class="odd">