Compare commits

...

3 commits

Author SHA1 Message Date
Tobias Powalowski
609302ba10 update homepage 2023-07-06 08:22:07 +02:00
Tobias Powalowski
15cba88344 fix archboot-not-installed.sh and remove python-pefile 2023-07-06 07:48:19 +02:00
Tobias Powalowski
1fb2e27f47 fix uninstalled.txt 2023-07-06 07:31:26 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -12,12 +12,12 @@ for i in $(cat packages.txt); do
rm -r /var/lib/pacman/local/${i}*
#shellcheck disable=SC2086
if pacman -S ${i} --noconfirm &>>log.txt; then
echo "${i}" >> uninstalled.txt
echo "${i}" >> uninstalled.orig.txt
else
#shellcheck disable=SC2086
pacman -S ${i} --noconfirm --overwrite '*'
fi
done
# remove false positives
grep -v "linux-firmware-marvell pambase pacman-mirrorlist licenses" uninstalled.txt >uninstalled.txt
grep -v -E "iana-etc|linux-firmware-marvell|pambase|pacman-mirrorlist|licenses" uninstalled.orig.txt >uninstalled.txt
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -159,7 +159,7 @@ if ! [[ -e "/.clean-pacman-db" ]]; then
libisoburn libburn libisofs mkinitcpio memtest linux-api-headers jansson libwbclient \
libbsd libmd libpcap libnftnl libnfnetlink libnetfilter_conntrack libsasl libldap memtest86+ \
memtest86+-efi mkinitcpio-busybox mtools libsysprof-capture libnsl libksba gdbm binutils \
cdrtools systemd-ukify python python-pe"
cdrtools systemd-ukify python python-pefile"
for i in ${_RM_PACMAN_DB}; do
rm -rf /var/lib/pacman/local/"${i}"-[0-9]* &>/dev/null
done

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: 03.07.2023 21:39</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: 06.07.2023 08:21</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>
@ -855,7 +855,7 @@ The calculated size to boot the image follows the formula:<br>
</tr>
<tr class="odd">
<td>ROOTFS packages</td>
<td class="MyYes">199</td>
<td class="MyYes">193</td>
<td class="MyNo">392</td>
</tr>
<tr class="even">