diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index 7c26f62..8b60c3d 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -512,6 +512,9 @@ rm -f /var/lib/systemd/random-seed # Note that running rpm recreates the rpm db files which aren't needed or wanted rm -f /var/lib/rpm/__db* +# Start with a clean dnf history +rm -rf /var/lib/dnf/history.* + # go ahead and pre-make the man -k cache (#455968) /usr/bin/mandb diff --git a/fedora-riscv64-minimal-f40-experimental.ks b/fedora-riscv64-minimal-f40-experimental.ks index 2bec8a9..97e78c9 100644 --- a/fedora-riscv64-minimal-f40-experimental.ks +++ b/fedora-riscv64-minimal-f40-experimental.ks @@ -190,6 +190,9 @@ rm -f /var/lib/systemd/random-seed # Note that running rpm recreates the rpm db files which aren't needed or wanted rm -f /var/lib/rpm/__db* +# Start with a clean dnf history +rm -rf /var/lib/dnf/history.* + # go ahead and pre-make the man -k cache (#455968) /usr/bin/mandb diff --git a/fedora-riscv64-minimal-f40-kiwi.ks b/fedora-riscv64-minimal-f40-kiwi.ks index bd4c26d..8ed3704 100644 --- a/fedora-riscv64-minimal-f40-kiwi.ks +++ b/fedora-riscv64-minimal-f40-kiwi.ks @@ -187,6 +187,9 @@ rm -f /var/lib/systemd/random-seed # Note that running rpm recreates the rpm db files which aren't needed or wanted rm -f /var/lib/rpm/__db* +# Start with a clean dnf history +rm -rf /var/lib/dnf/history.* + # go ahead and pre-make the man -k cache (#455968) /usr/bin/mandb diff --git a/fedora-riscv64-minimal-f40.ks b/fedora-riscv64-minimal-f40.ks index f268b3e..cb492a7 100644 --- a/fedora-riscv64-minimal-f40.ks +++ b/fedora-riscv64-minimal-f40.ks @@ -183,6 +183,9 @@ rm -f /var/lib/systemd/random-seed # Note that running rpm recreates the rpm db files which aren't needed or wanted rm -f /var/lib/rpm/__db* +# Start with a clean dnf history +rm -rf /var/lib/dnf/history.* + # go ahead and pre-make the man -k cache (#455968) /usr/bin/mandb