- Loading firmware needs udev to be running

OBS-URL: https://build.opensuse.org/package/show/Base:System/ucode-intel?expand=0&rev=14
This commit is contained in:
Thomas Renninger 2013-12-10 12:44:47 +00:00 committed by Git OBS Bridge
parent 46cd6918d1
commit fe18f2047a
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 10 12:43:57 UTC 2013 - trenn@suse.de
- Loading firmware needs udev to be running
-------------------------------------------------------------------
Mon Dec 2 14:17:33 UTC 2013 - trenn@suse.de