Compare commits

..

No commits in common. "fc2693b157ecd6152ae3dfa49c3596259e46af3c" and "06069dd86ba8009e3e07114ba9042c87bb555ad5" have entirely different histories.

3 changed files with 13 additions and 22 deletions

View file

@ -140,14 +140,14 @@ _create_iso() {
touch boot/*
# create Release.txt with included main archlinux packages
echo "Generating Release.txt..."
(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 "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:$(${_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 "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 "Kernel:$(${_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,10 +24,6 @@ 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>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>
<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>
@ -964,14 +964,9 @@ The calculated size to boot the image follows the formula:<br>
<td>xorriso</td>
</tr>
<tr class="even">
<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>
<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>
</tr>
<tr class="odd">
<td>Reproducibility</td>