Skip to content

Commit

Permalink
Add tuned to guest
Browse files Browse the repository at this point in the history
And make sure the tuned service is disabled. It can be enabled, if needed, by ansible later.

Signed-off-by: Florent Carli <[email protected]>
  • Loading branch information
insatomcat authored and Florent CARLI committed Apr 3, 2024
1 parent ebfd530 commit 5df3cd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions srv_fai_config/package_config/SEAPATH_COMMON
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sysfsutils
syslog-ng
sysstat
systemd-resolved
tuned
vim
wget

Expand Down
1 change: 0 additions & 1 deletion srv_fai_config/package_config/SEAPATH_HOST
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ qemu-block-extra
qemu-system-x86
qemu-utils
snmpd
tuned
virtinst
1 change: 1 addition & 0 deletions srv_fai_config/scripts/SEAPATH_COMMON/60-misc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
error=0; trap 'error=$(($?>$error?$?:$error))' ERR # save maximum error code

$ROOTCMD systemctl disable timemaster.service
$ROOTCMD systemctl disable tuned.service

$ROOTCMD apt -y autoremove

0 comments on commit 5df3cd7

Please sign in to comment.