From 73ae89f10349dfe89176dc80ccafa5c0bc670160 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 2 Jun 2022 13:43:52 +0200 Subject: [PATCH] total cleanup in the end --- usr/lib/archboot/update-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index b0a5f4834..b5e4426cb 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -255,6 +255,7 @@ _kexec () { sleep 2 rm /boot/"${VMLINUZ}" rm /initrd.img + find . -mindepth 1 -maxdepth 1 -exec rm -rf {} \; fi while pgrep -x kexec > /dev/null 2>&1; do sleep 1