mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-21 15:13:09 +00:00
Add initial Fedora Sway Spin
This commit is contained in:
parent
2f14b1e16a
commit
42058f27ea
27
fedora-live-sway.ks
Normal file
27
fedora-live-sway.ks
Normal file
@ -0,0 +1,27 @@
|
||||
# fedora-livecd-sway.ks
|
||||
#
|
||||
# Description:
|
||||
# - Fedora Live Spin with the tiling window manager Sway
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Aleksei Bavshin <alebastr89@gmail.com>
|
||||
# - Jiří Konečný <jkonecny@redhat.com>
|
||||
# - Anthony Rabbito <hello@anthonyrabbito.com>
|
||||
# - Fabio Alessandro Locati <me@fale.io>
|
||||
|
||||
%include fedora-live-base.ks
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-sway-common.ks
|
||||
|
||||
%post
|
||||
# create /etc/sysconfig/desktop (needed for installation)
|
||||
cat > /etc/sysconfig/desktop <<EOF
|
||||
PREFERRED=/usr/bin/sway
|
||||
DISPLAYMANAGER=/bin/sddm
|
||||
EOF
|
||||
|
||||
# set livesys session type
|
||||
sed -i 's/^livesys_session=.*/livesys_session="sway"/' /etc/sysconfig/livesys
|
||||
|
||||
%end
|
||||
|
17
fedora-sway-common.ks
Normal file
17
fedora-sway-common.ks
Normal file
@ -0,0 +1,17 @@
|
||||
# fedora-livecd-sway.ks
|
||||
#
|
||||
# Description:
|
||||
# - Fedora Live Spin with the tiling window manager Sway
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Aleksei Bavshin <alebastr89@gmail.com>
|
||||
# - Jiří Konečný <jkonecny@redhat.com>
|
||||
# - Anthony Rabbito <hello@anthonyrabbito.com>
|
||||
# - Fabio Alessandro Locati <me@fale.io>
|
||||
|
||||
%packages
|
||||
fedora-release-sway
|
||||
@^sway-desktop-environment
|
||||
@firefox
|
||||
@swaywm-extended
|
||||
%end
|
@ -85,3 +85,7 @@ maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
||||
[spins.budgie.x86_64]
|
||||
fas = [ "joshstrobl" ]
|
||||
maintainers = [ "Joshua Strobl" ]
|
||||
|
||||
[spins.sway.x86_64]
|
||||
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||
|
Loading…
Reference in New Issue
Block a user