Add profile_mode file to Makefile and spec
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
b2c80cabe5
commit
f3d170f7bd
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -124,6 +124,7 @@ install: install-dirs
|
|||
install -Dpm 0644 tuned-main.conf $(DESTDIR)/etc/tuned/tuned-main.conf
|
||||
# None profile in the moment, autodetection will be used
|
||||
echo -n > $(DESTDIR)/etc/tuned/active_profile
|
||||
echo -n > $(DESTDIR)/etc/tuned/profile_mode
|
||||
install -Dpm 0644 bootcmdline $(DESTDIR)/etc/tuned/bootcmdline
|
||||
install -Dpm 0644 modules.conf $(DESTDIR)/etc/modprobe.d/tuned.conf
|
||||
|
||||
|
|
|
|||
|
|
@ -289,6 +289,7 @@ fi
|
|||
%dir %{_libexecdir}/tuned
|
||||
%{_libexecdir}/tuned/defirqaffinity*
|
||||
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/active_profile
|
||||
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/profile_mode
|
||||
%config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
|
||||
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
|
||||
%{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue