From 3db57b8de727af643b8b7de8f049ec41473c7a63 Mon Sep 17 00:00:00 2001 From: Dan Kluser Date: Sun, 10 May 2026 09:15:26 +0200 Subject: [PATCH] fix cachy with new kernel pkg --- distros/cachyos/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/cachyos/image.yaml b/distros/cachyos/image.yaml index 4d1bec4..886bce1 100644 --- a/distros/cachyos/image.yaml +++ b/distros/cachyos/image.yaml @@ -318,7 +318,7 @@ actions: /etc/mkinitcpio.conf if ls /opt/pkgs/*.pkg.tar.zst 1>/dev/null 2>&1; then - pacman -U --noconfirm /opt/pkgs/*.pkg.tar.zst + pacman -U --noconfirm --ask 4 /opt/pkgs/*.pkg.tar.zst rm -rf /opt/pkgs KVER=$(ls -1t /lib/modules | head -1) mkinitcpio -k "$KVER" -g "/boot/initrd.img-$KVER" || true