Skip to content

Commit

Permalink
Add and remove packages, and update system
Browse files Browse the repository at this point in the history
services.
  • Loading branch information
korewaChino committed Nov 8, 2023
1 parent 3e37f49 commit 975492b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions katsu/modules/live/live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dnf:
- fcoe-utils
- device-mapper-multipath
- gnome-boxes
- deepin-wallpapers
packages:
- glibc-all-langpacks
- dracut-config-generic
Expand Down
4 changes: 2 additions & 2 deletions katsu/modules/pantheon/pantheon-live.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x


systemctl disable -f gdm.service
systemctl enable -f lightdm.service
# create /etc/sysconfig/desktop (needed for installation)

cat > /etc/sysconfig/desktop <<EOF
Expand Down
15 changes: 11 additions & 4 deletions katsu/modules/pantheon/pantheon-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,21 @@ iso:
dnf:
releasever: 39
options:
- --setopt=strict=0
excludes:
- gdm
- gnome-session
- --setopt=strict=1
exclude:
- gnome-tour
- setroubleshoot
packages:
- "@ultramarine-pantheon-product-enviroment"
- elementary-greeter
- lightdm
- seahorse
- appcenter
- xdg-user-dirs-gtk
- xdg-desktop-portal-gtk
- xdg-desktop-portal-xapp
- ultramarine-backgrounds-gnome

# scripts:
# post:
# - id: flagship-live
Expand Down

0 comments on commit 975492b

Please sign in to comment.