update homepage

This commit is contained in:
Tobias Powalowski 2023-07-24 15:20:56 +02:00
parent 3d7755d62c
commit 59937d3b3a
2 changed files with 5 additions and 3 deletions

View file

@ -40,7 +40,8 @@ _create_iso() {
# removing not working lvm2 from latest and local image first # removing not working lvm2 from latest and local image first
echo "Removing lvm2 from container ${_W_DIR}..." echo "Removing lvm2 from container ${_W_DIR}..."
${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null ${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null
${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /etc/archboot/presets/${_ARCH};export _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${ALL_kver})"" . "${_W_DIR}/etc/archboot/presets/${_ARCH}"
_ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${_W_DIR}/${ALL_kver})""
echo "Generating local ISO..." echo "Generating local ISO..."
# generate local iso in container # generate local iso in container
#if [[ "${_ARCH}" == "x86_64" ]]; then #if [[ "${_ARCH}" == "x86_64" ]]; 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: 22.07.2023 11:56</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: 24.07.2023 15:17</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>
@ -360,7 +360,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>In <a href="https://rufus.ie" title="Rufus for Windows"><strong>Rufus for Windows</strong></a> use <strong>dd-Mode</strong> to write the image.</p> <li>In <a href="https://rufus.ie" title="Rufus for Windows"><strong>Rufus for Windows</strong></a> use <strong>dd-Mode</strong> to write the image.</li>
<li>For <strong>power users</strong> you might consider using a <a href="https://www.ventoy.net" title="ventoy"><strong>Ventoy</strong></a> boot stick. One stick to boot everything, without reformat the stick all the time.</li>
<h2 data-number="3" id="archboot-in-a-nutshell"><span class="header-section-number">3.</span> Features In A Nutshell</h2> <h2 data-number="3" id="archboot-in-a-nutshell"><span class="header-section-number">3.</span> Features In A Nutshell</h2>
<h3 data-number="3.1" id="secure-boot-support"><span class="header-section-number">3.1</span> <strong>Secure Boot - MOK / Machine Owner Key</strong></h3> <h3 data-number="3.1" id="secure-boot-support"><span class="header-section-number">3.1</span> <strong>Secure Boot - MOK / Machine Owner Key</strong></h3>
<table> <table>