Compare commits

...

9 commits

Author SHA1 Message Date
Tobias Powalowski
06069dd86b update homepage 2023-07-08 12:20:14 +02:00
Tobias Powalowski
261c80607e update homepage 2023-07-08 12:08:16 +02:00
Tobias Powalowski
193e8cb619 add Arch Linux to Release.txt 2023-07-08 10:15:36 +02:00
Tobias Powalowski
99de615e8d update gallery 2023-07-08 10:12:07 +02:00
Tobias Powalowski
afa34731a0 add clear on reboot and poweroff 2023-07-08 08:38:56 +02:00
Tobias Powalowski
a57824c653 update CHANGELOG 2023-07-08 08:17:52 +02:00
Tobias Powalowski
148b6e4a34 switch to infobox on exit menu 2023-07-08 08:13:54 +02:00
Tobias Powalowski
4f9525a151 switch to infobox on exit menu 2023-07-08 08:12:48 +02:00
Tobias Powalowski
62e131c094 switch to infobox on exit menu 2023-07-08 08:11:47 +02:00
5 changed files with 15 additions and 8 deletions

View file

@ -10,6 +10,7 @@ Environment Changes:
- added grub bli efi module
- added ttyd remote http terminal support
- use BLAKE2b/b2sum instead of sha256sum
- shortened MOTD and init message
locale:
- fixed abort dialog
update:
@ -17,6 +18,7 @@ update:
setup:
- silence _LSBLK errors
- added grub bli efi module to grub.cfg
- switch to infobox on reboot and poweroff
---
2023.06 Highlights:
- New domain https://archboot.com with new w3c conform html layout

View file

@ -350,10 +350,14 @@ _mainmenu() {
fi
exit 0
elif [[ "${_EXIT}" == "2" ]]; then
_dialog --msgbox "Reboot:\nHit 'Enter' for rebooting the system.\nDon't forget to remove the boot medium!" 7 50
_dialog --infobox "Rebooting in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
reboot
elif [[ "${_EXIT}" == "3" ]]; then
_dialog --msgbox "Poweroff:\nHit 'Enter' for powering off the system." 6 50
_dialog --infobox "Powering off in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
poweroff
fi
;;

View file

@ -140,7 +140,7 @@ _create_iso() {
touch boot/*
# create Release.txt with included main archlinux packages
echo "Generating Release.txt..."
(echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM";\
(echo "Welcome to ARCHBOOT - ARCH LINUX INSTALLATION / RESCUEBOOT SYSTEM";\
echo "Creation Tool: 'archboot' Tobias Powalowski <tpowa@archlinux.org>";\
echo "Homepage: https://archboot.com";\
echo "Architecture: ${_ARCH}";\

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: 07.07.2023 20:07</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: 08.07.2023 12:08</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>
@ -798,6 +798,7 @@ The calculated size to boot the image follows the formula:<br>
<td class="MyYes">&#10004;</td>
<td class="MyNo">&#10006;</td>
</tr>
<tr>
<td>Offline installation support<sup>1</sup></td>
<td class="MyYes">&#10004;</td>
<td class="MyNo">&#10006;</td>
@ -953,9 +954,9 @@ The calculated size to boot the image follows the formula:<br>
<td class="MyNo">&#10006;</td>
</tr>
<tr class="even">
<td>Build speed</td>
<td class="MyYes">faster</td>
<td class="MyNo">slower</td>
<td>Build speed (release)</td>
<td class="MyYes">7m:45s<br>3 ISOs | 3 UKIs</td>
<td class="MyNo">6m:26s<br>1 ISO</td>
</tr>
<tr class="odd">
<td>Image assembling</td>

View file

@ -13,7 +13,7 @@
<body>
<p><span><img src="/web/logo.png" alt="Logo"></span></p>
<h1>Archboot Project Gallery | <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></strong><br><strong>Last update: 26.06.2023 11:02</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></strong><br><strong>Last update: 08.07.2023 09:40</strong></p>
<h2>Grub Menu</h2>
<p><span><img src="/web/grub.png" alt="Grub"></span></p>
<h2>Early Userspace</h2>