diff --git a/.github/workflows/build-katsu.yml b/.github/workflows/build-katsu.yml index f723920..3a28a65 100644 --- a/.github/workflows/build-katsu.yml +++ b/.github/workflows/build-katsu.yml @@ -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 @@ -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 diff --git a/katsu/modules/plasma/plasma.yaml b/katsu/modules/plasma/plasma.yaml index ddfc055..6f02714 100644 --- a/katsu/modules/plasma/plasma.yaml +++ b/katsu/modules/plasma/plasma.yaml @@ -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