Skip to content

Commit

Permalink
remove tailscale, add tuned
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Jan 27, 2025
1 parent 8ff7931 commit 215121c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions build_files/server-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euox pipefail
echo "Running server packages scripts..."
#/ctx/build_files/server-docker-ce.sh

# common packages installed to desktops and servers
# common packages installed to servers
dnf5 install -y \
btop \
cockpit-storaged \
Expand All @@ -17,12 +17,19 @@ dnf5 install -y \
lshw \
netcat \
nmap \
sanoid
sanoid \
tuned \
tuned-profiles-atomic \
tuned-profiles-cpu-partitioning \
tuned-utils \
tuned-utils-systemtap

# common packages removed from servers
dnf5 remove -y \
nfs-utils-coreos \
tailscale \
|| true

dnf5 install -y \
nfs-utils \
|| true
|| true

0 comments on commit 215121c

Please sign in to comment.