Compare commits

...

3 commits

Author SHA1 Message Date
Tobias Powalowski
2dd572c016 update homepage 2023-07-03 21:40:17 +02:00
Tobias Powalowski
c08800c1b9 default to exit 2023-07-03 20:30:05 +02:00
Tobias Powalowski
7d43d7c44f default to exit 2023-07-03 20:28:33 +02:00
2 changed files with 21 additions and 3 deletions

View file

@ -333,7 +333,7 @@ _mainmenu() {
_install_bootloader ;; _install_bootloader ;;
"8") "8")
#shellcheck disable=SC2086 #shellcheck disable=SC2086
dialog ${_DEFAULT} --backtitle "${_TITLE}" --title " EXIT MENU " --menu "" 9 30 5 \ dialog --backtitle "${_TITLE}" --title " EXIT MENU " --menu "" 9 30 5 \
"1" "Exit Program" \ "1" "Exit Program" \
"2" "Reboot System" \ "2" "Reboot System" \
"3" "Poweroff System" 2>${_ANSWER} "3" "Poweroff System" 2>${_ANSWER}

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: 03.07.2023 10:35</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: 03.07.2023 21:39</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>
@ -142,6 +142,7 @@
</table> </table>
<p>The ISO for <strong>x86_64</strong>. Use it for <strong>real</strong> machines <strong>and/or</strong> virtual machines.</p> <p>The ISO for <strong>x86_64</strong>. Use it for <strong>real</strong> machines <strong>and/or</strong> virtual machines.</p>
<h3 data-number="2.2" id="unified-kernel-image"><span class="header-section-number">2.2 </span> UKIs - <a href="https://wiki.archlinux.org/title/Unified_kernel_image" title="UKI"><strong>Unified Kernel Images</strong></a></h3> <h3 data-number="2.2" id="unified-kernel-image"><span class="header-section-number">2.2 </span> UKIs - <a href="https://wiki.archlinux.org/title/Unified_kernel_image" title="UKI"><strong>Unified Kernel Images</strong></a></h3>
<!--
<table> <table>
<thead> <thead>
<tr class="header"> <tr class="header">
@ -164,6 +165,23 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
-->
<table>
<thead>
<tr class="header">
<th>X86_64</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td>
<a href="/iso/x86_64/latest/boot/archboot-x86_64.efi"><strong>archboot-x86_64.efi</strong></a>[<a href="/iso/x86_64/latest/boot/archboot-x86_64.efi.sig"><strong>.sig</strong></a>]<br>
<a href="/iso/x86_64/latest/boot/archboot-latest-x86_64.efi"><strong>archboot-latest-x86_64.efi</strong></a>[<a href="/iso/x86_64/latest/boot/archboot-latest-x86_64.efi.sig"><strong>.sig</strong></a>]<br>
<a href="/iso/x86_64/latest/boot/archboot-local-x86_64.efi"><strong>archboot-local-x86_64.efi</strong></a>[<a href="/iso/x86_64/latest/boot/archboot-local-x86_64.efi.sig"><strong>.sig</strong></a>]<br>
</td>
</tr>
</tbody>
</table>
<p>The <a href="https://wiki.archlinux.org/title/Unified_kernel_image" title="UKI"><strong>Unified Kernel Image</strong></a> can be booted from your <a href="https://wiki.archlinux.org/title/UEFI" title="UEFI"><strong>UEFI</strong></a> firmware or <a href="https://wiki.archlinux.org/title/Bootloader" title="Bootloader"><strong>bootloader</strong></a> like any other <strong>&lt;EFI&gt;</strong> file.</p> <p>The <a href="https://wiki.archlinux.org/title/Unified_kernel_image" title="UKI"><strong>Unified Kernel Image</strong></a> can be booted from your <a href="https://wiki.archlinux.org/title/UEFI" title="UEFI"><strong>UEFI</strong></a> firmware or <a href="https://wiki.archlinux.org/title/Bootloader" title="Bootloader"><strong>bootloader</strong></a> like any other <strong>&lt;EFI&gt;</strong> file.</p>
<h3 data-number="2.3" id="pxe-booting-rescue-system"><span class="header-section-number">2.3 </span> Kernel / Initrd / Microcode / Rescue System / PXE</h3> <h3 data-number="2.3" id="pxe-booting-rescue-system"><span class="header-section-number">2.3 </span> Kernel / Initrd / Microcode / Rescue System / PXE</h3>
<table> <table>
@ -727,7 +745,7 @@ It may happen that <a href="https://wiki.archlinux.org/title/UEFI" title="UEFI">
</ul> </ul>
<ul> <ul>
<li>How much <strong>RAM</strong> is needed to boot?<br> <li>How much <strong>RAM</strong> is needed to boot?<br>
Its an initrd which includes everything. The calculated size to boot the image follows the formula:<br> The calculated size to boot the image follows the formula:<br>
<strong>Initrd + Kernel + Unpackedkernel + Unpackedinitrd = minimum RAM to boot</strong> <strong>Initrd + Kernel + Unpackedkernel + Unpackedinitrd = minimum RAM to boot</strong>
</li> </li>
</ul> </ul>