52 lines
1.8 KiB
Diff
52 lines
1.8 KiB
Diff
|
From bcd352dfa105544a7531d999301c84bf88e850ed Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Sat, 9 Mar 2013 15:10:23 +0100
|
||
|
Subject: [PATCH] fedora.conf.example: make hostonly default for fedora
|
||
|
|
||
|
---
|
||
|
dracut.conf.d/fedora.conf.example | 1 +
|
||
|
dracut.spec | 7 +++----
|
||
|
2 files changed, 4 insertions(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example
|
||
|
index 6266921..8448fc3 100644
|
||
|
--- a/dracut.conf.d/fedora.conf.example
|
||
|
+++ b/dracut.conf.d/fedora.conf.example
|
||
|
@@ -12,3 +12,4 @@ systemdutildir=/usr/lib/systemd
|
||
|
systemdsystemunitdir=/usr/lib/systemd/system
|
||
|
udevdir=/usr/lib/udev
|
||
|
add_dracutmodules+=" systemd "
|
||
|
+hostonly="yes"
|
||
|
diff --git a/dracut.spec b/dracut.spec
|
||
|
index 6d30e57..6906d68 100644
|
||
|
--- a/dracut.spec
|
||
|
+++ b/dracut.spec
|
||
|
@@ -132,7 +132,7 @@ Requires: nss-softokn-freebl
|
||
|
|
||
|
%description fips
|
||
|
This package requires everything which is needed to build an
|
||
|
-all purpose initramfs with dracut, which does an integrity check.
|
||
|
+initramfs with dracut, which does an integrity check.
|
||
|
%endif
|
||
|
|
||
|
%package fips-aesni
|
||
|
@@ -141,8 +141,7 @@ Requires: %{name}-fips = %{version}-%{release}
|
||
|
|
||
|
%description fips-aesni
|
||
|
This package requires everything which is needed to build an
|
||
|
-all purpose initramfs with dracut, which does an integrity check
|
||
|
-and adds the aesni-intel kernel module.
|
||
|
+initramfs with dracut, which does an integrity check and adds the aesni-intel kernel module.
|
||
|
|
||
|
%package caps
|
||
|
Summary: dracut modules to build a dracut initramfs which drops capabilities
|
||
|
@@ -151,7 +150,7 @@ Requires: libcap
|
||
|
|
||
|
%description caps
|
||
|
This package requires everything which is needed to build an
|
||
|
-all purpose initramfs with dracut, which drops capabilities.
|
||
|
+initramfs with dracut, which drops capabilities.
|
||
|
|
||
|
%package tools
|
||
|
Summary: dracut tools to build the local initramfs
|