Skip to content

Commit

Permalink
pull in flatpak support package
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 17, 2024
1 parent e1a968e commit cd36b2b
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 3 deletions.
3 changes: 0 additions & 3 deletions katsu/modules/base/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ scripts:
- id: cleanup
name: Clean up system
file: cleanup.sh
- id: polycrystal
name: Install Flatpaks via Polycrystal
file: polycrystal.sh
- id: selinux-setup
name: Set up SELinux
file: selinux.sh
Expand Down
11 changes: 11 additions & 0 deletions katsu/modules/base/desktop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
scripts:
post:
- id: polycrystal
name: Install Flatpaks via Polycrystal
file: polycrystal.sh

dnf:
releasever: 41
exec: dnf4
packages:
- "@default-flatpak-support"
1 change: 1 addition & 0 deletions katsu/modules/flagship/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Flagship Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- flagship.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/flagship/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Flagship Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- flagship.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/flagship/flagship-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builder: dnf
import:
- ../base/base.yaml
- ../live/live.yaml
- ../base/desktop.yaml
- flagship.yaml

distro: Ultramarine Linux 41 (Flagship Edition)
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/gnome/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (GNOME Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- gnome.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/gnome/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (GNOME Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- gnome.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/gnome/gnome-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builder: dnf
import:
- ../base/base.yaml
- ../live/live.yaml
- ../base/desktop.yaml
- gnome.yaml

distro: Ultramarine GNOME 41
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/plasma/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Plasma Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- plasma.yaml
- plasma-disk.yaml

Expand Down
1 change: 1 addition & 0 deletions katsu/modules/plasma/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Plasma Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- plasma.yaml
- plasma-disk.yaml

Expand Down
1 change: 1 addition & 0 deletions katsu/modules/plasma/plasma-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builder: dnf
import:
- ../base/base.yaml
- ../live/live.yaml
- ../base/desktop.yaml
- plasma.yaml

distro: Ultramarine Linux 41 (Plasma Edition)
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/xfce/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Xfce Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- xfce.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/xfce/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distro: Ultramarine Linux 41 (Xfce Edition)
import:
- ../base/base.yaml
- ../base/base-disk.yaml
- ../base/desktop.yaml
- xfce.yaml

scripts:
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/xfce/xfce-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builder: dnf
import:
- ../base/base.yaml
- ../live/live.yaml
- ../base/desktop.yaml
- xfce.yaml

distro: Ultramarine Linux 41 (Xfce Edition)
Expand Down

0 comments on commit cd36b2b

Please sign in to comment.