Skip to content

Commit ddac674

Browse files
committed
fix: remove some things from the iso_config
1 parent 728425e commit ddac674

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

iso_files/iso_config.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,11 @@ set -ouex pipefail
44

55
dnf autoremove -y
66

7-
# Remove a bunch of crap that isn't needed on the live iso
8-
dnf remove -y \
9-
steam \
10-
lutris \
11-
mangohud \
12-
docker \
13-
python3-tkinter \
14-
python3-pip \
15-
flatpak-builder \
16-
libvirt \
17-
libvirt-nss \
18-
virt-manager \
19-
code
20-
217
# Disable unused systemd services
228
systemctl disable brew-setup.service
239
systemctl disable brew-upgrade.timer
2410
systemctl disable brew-update.timer
2511
systemctl disable rpm-ostree-automatic.timer
26-
systemctl disable flatpak-system-update.timer
2712

2813
# Anaconda configuration (copied from Bluefin, massive thanks to them!)
2914
# Install Anaconda, Webui if >= F42

0 commit comments

Comments
 (0)