From 1fb2e27f47348142699e50d82053be60d4dfab01 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 6 Jul 2023 07:31:26 +0200 Subject: [PATCH] fix uninstalled.txt --- usr/bin/archboot-not-installed.sh | 4 ++-- usr/share/archboot/doc/archboot.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/archboot-not-installed.sh b/usr/bin/archboot-not-installed.sh index 6e3e47bb6..bf31a78a2 100755 --- a/usr/bin/archboot-not-installed.sh +++ b/usr/bin/archboot-not-installed.sh @@ -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 "linux-firmware-marvell pambase pacman-mirrorlist licenses" uninstalled.orig.txt >uninstalled.txt # vim: set ft=sh ts=4 sw=4 et: diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 0e34de080..7dbfe893e 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -855,7 +855,7 @@ The calculated size to boot the image follows the formula:
ROOTFS packages -199 +194 392