Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70781 | Differences between
and this patch

Collapse All | Expand All

(-)microcode_ctl.rc (-1 / +1 lines)
Lines 9-14 Link Here
9
9
10
start() {
10
start() {
11
	ebegin "Updating microcode"
11
	ebegin "Updating microcode"
12
	/usr/sbin/microcode_ctl -iqu -d ${MICROCODE_DEV}
12
	/usr/sbin/microcode_ctl -qu -d ${MICROCODE_DEV}
13
	eend $? "Failed to update microcode via '${MICROCODE_DEV}'"
13
	eend $? "Failed to update microcode via '${MICROCODE_DEV}'"
14
}
14
}

Return to bug 70781