You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
677 B
19 lines
677 B
From c6fe81559e88b211fcd17a4687c1707a8434f3ff Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Thu, 30 Jan 2014 16:51:13 +0100 |
|
Subject: [PATCH] dracut.conf.d/fedora.conf.example: turn on early_microcode by |
|
default |
|
|
|
--- |
|
dracut.conf.d/fedora.conf.example | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example |
|
index 495e8fb3..2364b049 100644 |
|
--- a/dracut.conf.d/fedora.conf.example |
|
+++ b/dracut.conf.d/fedora.conf.example |
|
@@ -13,3 +13,4 @@ systemdsystemunitdir=/usr/lib/systemd/system |
|
systemdsystemconfdir=/etc/systemd/system |
|
udevdir=/usr/lib/udev |
|
hostonly="yes" |
|
+early_microcode="yes"
|
|
|