Compare commits

...

6 commits

Author SHA1 Message Date
Tobias Powalowski
fc2693b157 fix plasma wallpaper 2023-07-08 16:58:53 +02:00
Tobias Powalowski
90a42a35cd update homepage 2023-07-08 15:30:02 +02:00
Tobias Powalowski
55cfca43ad rephrase release.txt 2023-07-08 15:07:34 +02:00
Tobias Powalowski
4797aaa9d3 rephrase release.txt 2023-07-08 14:48:42 +02:00
Tobias Powalowski
950b7040a5 rephrase release.txt 2023-07-08 14:41:18 +02:00
Tobias Powalowski
a50a2b88c0 justst RESCUE SYSTEM 2023-07-08 13:46:08 +02:00
3 changed files with 22 additions and 13 deletions

View file

@ -140,14 +140,14 @@ _create_iso() {
touch boot/*
# create Release.txt with included main archlinux packages
echo "Generating Release.txt..."
(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}";\
echo "RAM requirement to boot: 700M or greater";\
(echo "ARCHBOOT - ARCH LINUX INSTALLATION / RESCUE SYSTEM";\
echo "(c) 2006 - 2023 | https://archboot.com";\
echo "Tobias Powalowski <tpowa@archlinux.org>";\
echo "";\
echo "Requirement: ${_ARCH} with 700M RAM and higher";\
echo "Archboot:$(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
[[ "${_ARCH}" == "riscv64" ]] || echo "Grub:$(${_NSPAWN} "${_W_DIR}" pacman -Qi grub | grep Version | cut -d ":" -f3 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
echo "Kernel:$(${_NSPAWN} "${_W_DIR}" pacman -Qi linux | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
[[ "${_ARCH}" == "riscv64" ]] || echo "Grub: $(${_NSPAWN} "${_W_DIR}" pacman -Qi grub | grep Version | cut -d ":" -f3 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
echo "Linux:$(${_NSPAWN} "${_W_DIR}" pacman -Qi linux | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
echo "Pacman:$(${_NSPAWN} "${_W_DIR}" pacman -Qi pacman | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\
echo "Systemd:$(${_NSPAWN} "${_W_DIR}" pacman -Qi systemd | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")") >>Release.txt
# removing container

View file

@ -24,6 +24,10 @@ build ()
xfs_info xfs_metadump xfs_mkfile xfs_ncheck gpart
add_file "/etc/nilfs_cleanerd.conf"
map add_full_dir /etc/cifs-utils /etc/request-key.d /etc/nvme
# fix libinih for plasma wallpaper
for i in /usr/lib/libINI*; do
add_file ${i}
done
# fix licenses
add_file "/usr/share/licenses/e2fsprogs/MIT-LICENSE"
}

View file

@ -954,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 (release)</td>
<td class="MyYes">7m:45s<br>3 ISOs | 3 UKIs</td>
<td class="MyNo">6m:26s<br>1 ISO</td>
<td>Release build speed</td>
<td class="MyYes">7 min 45 sec<br>3 ISOs | 3 UKIs</td>
<td class="MyNo">6 min 26 sec<br>1 ISO</td>
</tr>
<tr class="odd">
<td>Image assembling</td>
@ -964,9 +964,14 @@ The calculated size to boot the image follows the formula:<br>
<td>xorriso</td>
</tr>
<tr class="even">
<td>Image bootloader</td>
<td>UEFI and BIOS:<br><a href="https://wiki.archlinux.org/title/Grub" title="Grub"><strong>Grub</strong></a></td>
<td>UEFI: <a href="https://wiki.archlinux.org/title/Grub" title="Grub"><strong>Grub</strong></a><br>BIOS: <a href="https://wiki.archlinux.org/title/Syslinux" title="Syslinux"><strong>Syslinux</strong></a></td>
<td>UEFI bootloader</td>
<td><a href="https://wiki.archlinux.org/title/Grub" title="Grub"><strong>Grub</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Grub" title="Grub"><strong>Grub</strong></a></td>
</tr>
<tr class="even">
<td>BIOS bootloader</td>
<td><a href="https://wiki.archlinux.org/title/Grub" title="Grub"><strong>Grub</strong></a></td>
<td><a href="https://wiki.archlinux.org/title/Syslinux" title="Syslinux"><strong>Syslinux</strong></a></td>
</tr>
<tr class="odd">
<td>Reproducibility</td>