fedora.conf.example: make hostonly default for fedora
parent
d837ac3984
commit
bcd352dfa1
|
@ -12,3 +12,4 @@ systemdutildir=/usr/lib/systemd
|
||||||
systemdsystemunitdir=/usr/lib/systemd/system
|
systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
udevdir=/usr/lib/udev
|
udevdir=/usr/lib/udev
|
||||||
add_dracutmodules+=" systemd "
|
add_dracutmodules+=" systemd "
|
||||||
|
hostonly="yes"
|
||||||
|
|
|
@ -132,7 +132,7 @@ Requires: nss-softokn-freebl
|
||||||
|
|
||||||
%description fips
|
%description fips
|
||||||
This package requires everything which is needed to build an
|
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
|
%endif
|
||||||
|
|
||||||
%package fips-aesni
|
%package fips-aesni
|
||||||
|
@ -141,8 +141,7 @@ Requires: %{name}-fips = %{version}-%{release}
|
||||||
|
|
||||||
%description fips-aesni
|
%description fips-aesni
|
||||||
This package requires everything which is needed to build an
|
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 and adds the aesni-intel kernel module.
|
||||||
and adds the aesni-intel kernel module.
|
|
||||||
|
|
||||||
%package caps
|
%package caps
|
||||||
Summary: dracut modules to build a dracut initramfs which drops capabilities
|
Summary: dracut modules to build a dracut initramfs which drops capabilities
|
||||||
|
@ -151,7 +150,7 @@ Requires: libcap
|
||||||
|
|
||||||
%description caps
|
%description caps
|
||||||
This package requires everything which is needed to build an
|
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
|
%package tools
|
||||||
Summary: dracut tools to build the local initramfs
|
Summary: dracut tools to build the local initramfs
|
||||||
|
|
Loading…
Reference in New Issue