mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
Add Budgie Desktop Spin
This commit is contained in:
parent
932b8b6631
commit
2f14b1e16a
19
fedora-budgie-common.ks
Normal file
19
fedora-budgie-common.ks
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
%packages
|
||||||
|
fedora-release-budgie
|
||||||
|
|
||||||
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
||||||
|
-@dial-up
|
||||||
|
-@input-methods
|
||||||
|
-@standard
|
||||||
|
|
||||||
|
# Install budgie environment
|
||||||
|
@^budgie-desktop-environment
|
||||||
|
|
||||||
|
# recommended apps
|
||||||
|
@budgie-desktop-apps
|
||||||
|
|
||||||
|
# Exclude unwanted packages from @anaconda-tools group
|
||||||
|
-gfs2-utils
|
||||||
|
-reiserfs-utils
|
||||||
|
|
||||||
|
%end
|
5
fedora-disk-budgie.ks
Normal file
5
fedora-disk-budgie.ks
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
%include fedora-disk-base.ks
|
||||||
|
%include fedora-disk-xbase.ks
|
||||||
|
%include fedora-budgie-common.ks
|
||||||
|
|
||||||
|
autopart --type=btrfs --noswap
|
17
fedora-live-budgie.ks
Normal file
17
fedora-live-budgie.ks
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the Budgie Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Joshua Strobl <joshua@buddiesofbudgie.org>
|
||||||
|
|
||||||
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-budgie-common.ks
|
||||||
|
|
||||||
|
part / --size 7750
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="budgie"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
|
%end
|
@ -81,3 +81,7 @@ maintainers = [ "Justin Flory", "Dan Čermák", "Nasir Hussain", "Odilon Junior"
|
|||||||
[eln]
|
[eln]
|
||||||
fas = [ "sgallagh", "tdawson", "asamalik" ]
|
fas = [ "sgallagh", "tdawson", "asamalik" ]
|
||||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
||||||
|
|
||||||
|
[spins.budgie.x86_64]
|
||||||
|
fas = [ "joshstrobl" ]
|
||||||
|
maintainers = [ "Joshua Strobl" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user