Skip to content

Commit e4772ee

Browse files
authored
Update package removal in configure_lts_iso_anaconda.sh
Removed 'google-noto-fonts-all' and 'yaru-theme' from the removal command to save space in the liveCD.
1 parent f2dc6e1 commit e4772ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso_files/configure_lts_iso_anaconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IMAGE_REF="${IMAGE_REF##*://}"
1111
# Configure Live Environment
1212

1313
# Remove packages from liveCD to save space
14-
dnf remove -y google-noto-fonts-all ublue-motd yaru-theme || true
14+
dnf remove -y ublue-motd || true
1515

1616
# Setup dock
1717
tee /usr/share/glib-2.0/schemas/zz2-org.gnome.shell.gschema.override <<EOF

0 commit comments

Comments
 (0)