#1049 [F41] Add initial configuration for MiracleWM spin
Merged 7 months ago by ngompa. Opened 7 months ago by ngompa.
ngompa/fedora-kickstarts f41-add-miracles  into  f41

@@ -0,0 +1,30 @@ 

+ # fedora-livecd-miraclewm.ks

+ #

+ # Description:

+ # - Fedora Live Spin with the tiling window manager Miracle

+ #

+ # Maintainer(s):

+ # - Matthew Kosarek <mattkae@fedoraproject.org>

+ # - Neal Gompa      <ngompa@fedoraproject.org>

+ 

+ %include fedora-live-base.ks

+ %include fedora-live-minimization.ks

+ %include fedora-miraclewm-common.ks

+ 

+ %packages

+ # To be able to show installation instructions on background

+ nwg-wrapper

+ %end

+ 

+ %post

+ # create /etc/sysconfig/desktop (needed for installation)

+ cat > /etc/sysconfig/desktop <<EOF

+ PREFERRED=/usr/bin/miraclewm

+ DISPLAYMANAGER=/bin/sddm

+ EOF

+ 

+ # set livesys session type

+ sed -i 's/^livesys_session=.*/livesys_session="miraclewm"/' /etc/sysconfig/livesys

+ 

+ %end

+ 

@@ -0,0 +1,15 @@ 

+ # fedora-livecd-miraclewm.ks

+ #

+ # Description:

+ # - Fedora Live Spin with the tiling window manager Miracle

+ #

+ # Maintainer(s):

+ # - Matthew Kosarek <mattkae@fedoraproject.org>

+ # - Neal Gompa      <ngompa@fedoraproject.org>

+ 

+ %packages

+ fedora-release-miraclewm

+ @^miraclewm-desktop-environment

+ @firefox

+ initial-setup-gui-wayland-miraclewm

+ %end

file modified
+4
@@ -90,6 +90,10 @@ 

  fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]

  maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]

  

+ [spins.miraclewm.x86_64]

+ fas = [ "mattkae", "ngompa" ]

+ maintainers = [ "Matthew Kosarek", "Neal Gompa" ]

+ 

  [silverblue.x86_64]

  fas = [ "siosm", "tpopela" ]

  maintainers = [ "Timothée Ravier", "Tomáš Popela" ]