#736 fedora-design-suite-common.ks
Closed 3 years ago by luya. Opened 3 years ago by luya.
Unknown source design-suite-34  into  master

file modified
-4
@@ -2,7 +2,3 @@

  %include fedora-minimal-common.ks

  

  part / --size=1600 --fstype ext4

- 

- %packages

- -xkeyboard-config

- %end

file modified
-4
@@ -4,7 +4,3 @@

  services --enabled=sshd,NetworkManager,chronyd,initial-setup

  

  autopart --type=plain --noswap

- 

- %packages

- -xkeyboard-config

- %end

file modified
+1 -35
@@ -6,45 +6,11 @@

  # Credit to Sebastian Dziallas for initiating the project

  

  %include fedora-live-workstation.ks

+ %include fedora-design-suite-common.ks

  

  # Size partition

  part / --size 14336

  

- %packages

- # Switch to groups for design suite

- @design-suite

- 

- # Identify as Fedora Design Suite

- fedora-release-designsuite

- fedora-release-identity-designsuite

- -fedora-release-workstation

- 

- # Provides backup application

- deja-dup

- deja-dup-nautilus

- 

- # Add extra gnome applications

- gnome-books

- gnome-calendar

- gnome-photos

- gnome-shell-extension-pomodoro

- gnome-todo

- 

- # Add cosmetic for terminal

- powerline

- powerline-fonts

- 

- # removal of unneeded applications

- -gnome-boxes

- -eog

- 

- # temporarily removing conflicting application

- -mypaint

- -sparkleshare

- -blender-luxcorerender

- 

- %end

- 

  %post

  #Override the favorite desktop application in Dash

  sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys

@@ -1,8 +1,10 @@

  %packages

+ microdnf

  -@standard

  -initial-setup-gui

  -generic-release*

  -glibc-all-langpacks

+ -xkeyboard-config

  # recommended by iproute, we don't want it in minimal

  -iproute-tc

  # recommended by gnutls, we don't want it in minimal

Create fedora-design-suite-common.ks for %%package

NAK, this has changes in it that aren't part of design suite and were in commit 1eb31e6.

Please rebase and update this PR.

I also don't see the the fedora-design-suite-common.ks file in the existing repo so I suspect you need to git add that too.

Closing this old PR in favour of #745

Pull-Request has been closed by luya

3 years ago