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.
20 lines
672 B
20 lines
672 B
6 years ago
|
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"
|