diff options
Diffstat (limited to 'sys-apps/microcode-ctl/files/microcode_ctl.conf.d')
-rw-r--r-- | sys-apps/microcode-ctl/files/microcode_ctl.conf.d | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/microcode-ctl/files/microcode_ctl.conf.d b/sys-apps/microcode-ctl/files/microcode_ctl.conf.d index 9e3e7c6cf6d5..0505a80ae92b 100644 --- a/sys-apps/microcode-ctl/files/microcode_ctl.conf.d +++ b/sys-apps/microcode-ctl/files/microcode_ctl.conf.d @@ -1,5 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/files/microcode_ctl.conf.d,v 1.3 2005/01/08 01:17:49 vapier Exp $ +# /etc/conf.d/microcode_ctl + +# Device to pass to microcode_ctl MICROCODE_DEV="/dev/cpu/microcode" + + +# Should we try to unload the microcode module after we +# update the cpu microcode ? + +MICROCODE_UNLOAD="yes" |