diff --git a/agama-installer-openSUSE/config-cdroot.tar.xz b/agama-installer-openSUSE/config-cdroot.tar.xz index a800bf8..a70a4ff 100644 Binary files a/agama-installer-openSUSE/config-cdroot.tar.xz and b/agama-installer-openSUSE/config-cdroot.tar.xz differ diff --git a/agama-installer-openSUSE/config.sh b/agama-installer-openSUSE/config.sh index d83b48b..c40eabc 100644 --- a/agama-installer-openSUSE/config.sh +++ b/agama-installer-openSUSE/config.sh @@ -82,6 +82,11 @@ sed -i -e "s/@@LIVE_MEDIUM_LABEL@@/$label/g" /usr/bin/live-password # Clean-up logs rm /var/log/zypper.log /var/log/zypp/history +# reduce the "vim-data" content, this package is huge (37MB unpacked!), keep only +# support for JSON (for "agama config edit") and Ruby (fixing/debugging the Ruby +# service) +rpm -ql vim-data | grep -v -e '/ruby.vim$' -e '/json.vim$' -e colors | xargs rm 2> /dev/null || true + du -h -s /usr/{share,lib}/locale/ # Agama expects that the same locales available in the installation system can diff --git a/agama-installer-openSUSE/root.tar.xz b/agama-installer-openSUSE/root.tar.xz index f574470..8b6479c 100644 Binary files a/agama-installer-openSUSE/root.tar.xz and b/agama-installer-openSUSE/root.tar.xz differ