#!/bin/bash #%stage: boot #%depends: udev if [ -w /sys/devices/system/cpu/microcode/reload ];then echo 1 >/sys/devices/system/cpu/microcode/reload fi