From 5c275fea36abde95b44c2866f09033f868c2d9d1 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sat, 21 Sep 2024 15:43:24 +0200 Subject: [PATCH] revert: feat: make kernel rt removal use a pattern --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index d0a237f..95b16d4 100644 --- a/recipe.yml +++ b/recipe.yml @@ -66,7 +66,7 @@ stages: - name: cleanup1 type: shell commands: - - apt remove -y linux-image-rt-amd64 linux-image-*-rt-amd64 + - apt remove -y linux-image-rt-amd64 linux-image-6.10.9-rt-amd64 - apt remove -y dpkg-dev build-essential - apt autoremove -y - apt clean