mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Add initial Fedora Sway Spin
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user