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