HEX
nightmarishly Server: Apache
System: Linux pdx1-shared-a1-11 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/kernel/preinst.d/intel-microcode

CambuĂ­ #!/bin/sh # # /etc/kernel/preinst.d script for intel-microcode version 3 # Copyright (C) 2014 Henrique de Moraes Holschuh <hmh@debian.org> # Released under the GPL v2 or later license # # This script makes sure the cpuid module is loaded, before the # kernel image has a chance to replace it with a new one that # might not be compatible with the current kernel. # # We need the cpuid module for iucode_tool --scan-system, # which is used by the initramfs hook. # grep -q cpu/cpuid /proc/devices || modprobe -q cpuid || true :