20 lines
672 B
Diff
20 lines
672 B
Diff
From c2c437edbaab1630a9308dc81ffbfe0262f52d64 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Tue, 25 Feb 2014 12:34:41 +0100
|
|
Subject: [PATCH] default conf: set hostonly_cmdline == "no"
|
|
|
|
---
|
|
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 2364b049..ff4e3b27 100644
|
|
--- a/dracut.conf.d/fedora.conf.example
|
|
+++ b/dracut.conf.d/fedora.conf.example
|
|
@@ -13,4 +13,5 @@ systemdsystemunitdir=/usr/lib/systemd/system
|
|
systemdsystemconfdir=/etc/systemd/system
|
|
udevdir=/usr/lib/udev
|
|
hostonly="yes"
|
|
+hostonly_cmdline="no"
|
|
early_microcode="yes"
|