#428 Initial commit for the i3 spin
Closed 5 years ago by pbrobinson. Opened 5 years ago by kwizart.
kwizart/fedora-kickstarts initial_i3  into  master

file added
+10
@@ -0,0 +1,10 @@ 

+ 

+ %include fedora-arm-base.ks

+ %include fedora-arm-xbase.ks

+ %include fedora-i3-common.ks

+ 

+ part / --size=4000 --fstype xfs

+ 

+ %post

+ 

+ %end

file added
+53
@@ -0,0 +1,53 @@ 

+ # fedora-i3-common.ks

+ #

+ # Description:

+ # – Fedora Live Spin with the i3 desktop environment

+ #

+ # Maintainer(s):

+ # – Nicolas Chauvet <kwizart@fedoraproject.org>

+ #

+ 

+ 

+ %packages

+ 

+ # i3

+ i3

+ i3-doc

+ i3-ipc

+ i3lock

+ i3status

+ 

+ # we need a window manager for firstboot

+ metacity

+ 

+ # tools

+ tmux

+ vim

+ 

+ # powerline

+ powerline

+ powerline-docs

+ tmux-powerline

+ vim-powerline

+ 

+ # Drop things for size

+ -@3d-printing

+ -brasero

+ -colord

+ -fedora-icon-theme

+ -gnome-icon-theme

+ -gnome-icon-theme-symbolic

+ -gnome-software

+ -gnome-user-docs

+ 

+ -@mate-applications

+ -mate-icon-theme-faenza

+ 

+ # Help and art can be big, too

+ -gnome-user-docs

+ -evolution-help

+ 

+ # Legacy cmdline things we don't want

+ -telnet

+ 

+ %end

This is the initial commit for an i3 spin.
To be improved and please review.

New spins need a Change associated... or is this just the kickstart for now, you don't need media produced?

@kevin Thx for your comment.
I may submit a Change for f30, as there is some interest to produce armhfp i3 Images that would work on devices that "can display" but lacks any sort of acceleration or too weak.

For now this PR is only to see if there is any interest for maintainers ?

We traditionally drop kickstarts that don't have artifacts outputted. @kwizart if you're submitted a .ks you're expected to maintain it else it will just rot.

Pull-Request has been closed by pbrobinson

5 years ago
Metadata