From f640b4ee9d98fec302c0a631a81ac01de4a42283 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 7 Sep 2025 05:16:41 +0000 Subject: linux: updated to 6.12.45 --- repos/extra/linux/postinstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repos/extra/linux/postinstall') diff --git a/repos/extra/linux/postinstall b/repos/extra/linux/postinstall index 4eabef1b..04b6aa2f 100755 --- a/repos/extra/linux/postinstall +++ b/repos/extra/linux/postinstall @@ -1,6 +1,7 @@ #!/bin/sh for i in /lib/modules/*; do - [ -f $i/modules.dep ] || continue + [ -f $i/current ] || continue depmod ${i##*/} + mkinitrd -k ${i##*/} /boot/initrd-linux done -- cgit v1.2.3