Skip to content

Commit

Permalink
feat: switch to readymade
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 17, 2024
1 parent cdc979a commit 3c5853c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
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
- ../live/readymade.yaml
- flagship.yaml

distro: Ultramarine Linux 41 (Flagship Edition)
Expand Down
8 changes: 4 additions & 4 deletions katsu/modules/gnome/gnome-live.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/fedora-welcome
sed -i 's/Fedora/Ultramarine/g' /usr/share/applications/org.fedoraproject.welcome-screen.desktop
sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/org.fedoraproject.welcome-screen.desktop
# sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
# sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/fedora-welcome
# sed -i 's/Fedora/Ultramarine/g' /usr/share/applications/org.fedoraproject.welcome-screen.desktop
# sed -i 's/Fedora/Ultramarine/g' /usr/share/anaconda/gnome/org.fedoraproject.welcome-screen.desktop
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
- ../live/readymade.yaml
- gnome.yaml

distro: Ultramarine GNOME 41
Expand Down
8 changes: 8 additions & 0 deletions katsu/modules/live/anaconda.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dnf:
releasever: 41
exec: dnf4
packages:
- anaconda-dracut
- anaconda-live
- anaconda-install-env-deps
- "@anaconda-tools"
4 changes: 0 additions & 4 deletions katsu/modules/live/live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ dnf:
- dracut-config-generic
- dracut-network
- dracut-squash
- anaconda-dracut
- anaconda-live
- anaconda-install-env-deps
- "@anaconda-tools"
- libblockdev-nvdimm
- isomd5sum
- orca
Expand Down
5 changes: 5 additions & 0 deletions katsu/modules/live/readymade.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dnf:
releasever: 41
exec: dnf4
packages:
- readymade
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
- ../live/readymade.yaml
- plasma.yaml

distro: Ultramarine Linux 41 (Plasma Edition)
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
- ../live/readymade.yaml
- xfce.yaml

distro: Ultramarine Linux 41 (Xfce Edition)
Expand Down

0 comments on commit 3c5853c

Please sign in to comment.