From b9bb3b7090e141a780333461f3f5b1256711b4ae Mon Sep 17 00:00:00 2001 From: Mark Verlinde Date: Tue, 29 Jun 2021 21:53:48 +0200 Subject: [PATCH] Clean yum cache - should reduce size shipped compressed image --- Rocky8_Rpi4.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rocky8_Rpi4.ks b/Rocky8_Rpi4.ks index acba5e7..6078684 100644 --- a/Rocky8_Rpi4.ks +++ b/Rocky8_Rpi4.ks @@ -138,4 +138,7 @@ touch /etc/machine-id # Ensure no ssh keys are present rm -f /etc/ssh/*_key* +# Clean yum cache +yum clean all + %end