Skip to content

Commit

Permalink
Merge pull request #39 from Ultramarine-Linux/w/reduce-kde-size
Browse files Browse the repository at this point in the history
fix: reduce kde image size
  • Loading branch information
lleyton authored Sep 30, 2024
2 parents fc74c2e + eb317bd commit 7c2211c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- gnome/gnome-live
- plasma/plasma-live
- xfce/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && matrix.variant == 'plasma/plasma-live' && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
# Pass /dev from host to container
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
rm -rf /etc/rpm/macros.image-language-conf
chcon system_u:object_r:install_exec_t:s0 "$(which katsu)"
pushd katsu
KATSU_LOG=trace katsu -v --output=iso "modules/${{ matrix.variant }}.yaml"
KATSU_KEEP_CHROOT=1 KATSU_LOG=trace katsu -v --output=iso "modules/${{ matrix.variant }}.yaml"
# get the ISO name, and then append the arch
# e.g. flagship-live.iso -> flagship-live-x86_64.iso
Expand Down
9 changes: 9 additions & 0 deletions katsu/modules/plasma/plasma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ dnf:
packages:
#beta - still need to set up our own comps
- "@ultramarine-plasma-product-environment"
exclude:
- ibus
- ibus-mozc
- ibus-anthy
- ibus-qt
- ibus-m17n
- ibus-hangul
- ibus-libpinyin
- ibus-typing-booster

0 comments on commit 7c2211c

Please sign in to comment.