mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 16:40:30 +08:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fae67ed384 | ||
|
|
fd6025e168 | ||
|
|
7c254d7c60 | ||
|
|
3bb07d1948 | ||
|
|
81e49bbfd0 | ||
|
|
d0d91d3f8e | ||
|
|
c63d8f8560 | ||
|
|
61bf8cdef3 | ||
|
|
4e58ddb00b | ||
|
|
7eab7b8dc2 | ||
|
|
34753edf2e | ||
|
|
3cd095d5b4 | ||
|
|
58502625d2 | ||
|
|
5d46dd6986 | ||
|
|
28b2dbbff6 | ||
|
|
46e180a422 | ||
|
|
b96e230217 | ||
|
|
b525c94e2a | ||
|
|
831ab51972 | ||
|
|
49515fa6c0 | ||
|
|
82ad98acef | ||
|
|
472e817c11 | ||
|
|
c928f5e820 | ||
|
|
5ef5d1443e | ||
|
|
cda710675f | ||
|
|
0d9a3ed849 | ||
|
|
1fa1ac23b2 |
@@ -1,5 +1,6 @@
|
||||
#keyboard us
|
||||
lang en_US.UTF-8
|
||||
#keyboard us
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns,ssh
|
||||
|
||||
@@ -42,6 +43,11 @@ initial-setup-gui
|
||||
|
||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
||||
glibc-all-langpacks
|
||||
|
||||
# this ks uses it in %post, and imgcreate also uses it in the installed
|
||||
# system root, so it needs to be there
|
||||
chkconfig
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
@@ -49,11 +55,10 @@ glibc-all-langpacks
|
||||
# Setup Raspberry Pi firmware
|
||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
||||
|
||||
# work around for poor key import UI in PackageKit
|
||||
rm -f /var/lib/rpm/__db*
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
basearch=armhfp
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
echo "Packages within this ARM disk image"
|
||||
@@ -71,8 +76,13 @@ systemctl mask tmp.mount
|
||||
|
||||
dnf -y remove dracut-config-generic
|
||||
|
||||
# Disable network service here, as doing it in the services line
|
||||
# fails due to RHBZ #1369794
|
||||
/sbin/chkconfig network off
|
||||
|
||||
# Remove machine-id on pre generated images
|
||||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
%end
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ part / --size=6200 --fstype ext4
|
||||
%packages
|
||||
-initial-setup
|
||||
-initial-setup-gui
|
||||
-libvirt*
|
||||
-gnome-boxes
|
||||
|
||||
%end
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%include fedora-arm-xbase.ks
|
||||
%include fedora-xfce-common.ks
|
||||
|
||||
part / --size=5000 --fstype ext4
|
||||
part / --size=4700 --fstype ext4
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
parole
|
||||
|
||||
# extra backgrounds
|
||||
f32-backgrounds-extras-gnome
|
||||
f30-backgrounds-extras-gnome
|
||||
|
||||
%end
|
||||
|
||||
@@ -29,6 +29,7 @@ lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone --utc Etc/UTC
|
||||
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
rootpw --lock --iscrypted locked
|
||||
|
||||
@@ -214,7 +215,7 @@ truncate -c -s 0 /var/log/dnf.log
|
||||
truncate -c -s 0 /var/log/dnf.rpm.log
|
||||
|
||||
echo "Import RPM GPG key"
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone --utc Etc/UTC
|
||||
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
rootpw --lock --iscrypted locked
|
||||
user --name=none
|
||||
@@ -181,7 +182,7 @@ dnf clean all
|
||||
truncate -c -s 0 /var/log/dnf.log
|
||||
|
||||
echo "Import RPM GPG key"
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ dnf clean all
|
||||
truncate -c -s 0 /var/log/dnf.log
|
||||
|
||||
echo "Import RPM GPG key"
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
|
||||
|
||||
@@ -1,47 +0,0 @@
|
||||
# Description: Packages for the NeuroFedora computational neuroscience lab image.
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
%packages
|
||||
|
||||
# Includes numpy, scipy, jupyter, pandas, scikit, scipy, statsmodels, sympy, matplotlib
|
||||
@python-science
|
||||
|
||||
# Add julia and R
|
||||
R
|
||||
julia
|
||||
|
||||
#Computational neuroscience packages
|
||||
auryn-mpich
|
||||
auryn-openmpi
|
||||
bionetgen
|
||||
calcium-calculator
|
||||
COPASI
|
||||
qalculate
|
||||
getdp
|
||||
genesis-simulator
|
||||
gnuplot
|
||||
moose
|
||||
nest
|
||||
neuron
|
||||
neurord
|
||||
octave
|
||||
paraview
|
||||
python3
|
||||
python3-brian2
|
||||
python-brian2-doc
|
||||
python3-ipython
|
||||
python3-nest
|
||||
python3-neuron
|
||||
python3-libNeuroML
|
||||
python3-neo
|
||||
# Currently broken in rawhide
|
||||
# python3-nineml
|
||||
# python-nineml-doc
|
||||
python3-PyLEMS
|
||||
python-PyLEMS-doc
|
||||
smoldyn
|
||||
|
||||
%end
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore
|
||||
rootfiles
|
||||
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
||||
fedora-repos-modular
|
||||
@@ -15,7 +15,6 @@ sssd-client
|
||||
sudo
|
||||
-glibc-langpack-en
|
||||
-cracklib-dicts
|
||||
-langpacks-en
|
||||
%end
|
||||
|
||||
%post --erroronfail --log=/root/anaconda-post.log
|
||||
@@ -47,9 +46,6 @@ umount /run
|
||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
||||
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
||||
|
||||
# Final pruning
|
||||
rm -rfv /var/cache/* /var/log/* /tmp/*
|
||||
|
||||
%end
|
||||
|
||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
||||
|
||||
@@ -29,17 +29,16 @@ zerombr
|
||||
clearpart --all
|
||||
autopart --noboot --nohome --noswap --nolvm
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --excludedocs --instLangs=en --nocore
|
||||
fedora-release-container
|
||||
bash
|
||||
coreutils
|
||||
glibc-minimal-langpack
|
||||
libcrypt
|
||||
rpm
|
||||
shadow-utils
|
||||
sssd-client
|
||||
util-linux
|
||||
# needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115
|
||||
systemd
|
||||
-kernel
|
||||
-dosfstools
|
||||
-e2fsprogs
|
||||
@@ -67,7 +66,7 @@ echo 'LANG="C.UTF-8"' > /etc/locale.conf
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
||||
echo "Import RPM GPG key"
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release-container)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||
|
||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||
|
||||
@@ -11,6 +11,7 @@ text
|
||||
lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone US/Eastern
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns
|
||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
||||
@@ -60,9 +61,8 @@ glibc-all-langpacks
|
||||
|
||||
# Setup Raspberry Pi firmware
|
||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
||||
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||
echo "Packages within this disk image"
|
||||
rpm -qa
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
%include fedora-disk-base.ks
|
||||
%include fedora-disk-xbase.ks
|
||||
%include fedora-xfce-common.ks
|
||||
|
||||
bootloader --append="cma=192MB"
|
||||
|
||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
||||
|
||||
autopart --type=plain --noswap
|
||||
|
||||
%packages
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
%end
|
||||
@@ -5,13 +5,18 @@ lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone --utc Etc/UTC
|
||||
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
rootpw --lock --iscrypted locked
|
||||
|
||||
# Add most common consoles console=ttyAMA0 console=ttyS0 console=ttyS1 as kernel boot parameter
|
||||
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
|
||||
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
services --enabled=NetworkManager,sshd,rngd,zram-swap
|
||||
services --enabled=NetworkManager,sshd,rngd,initial-setup,zram-swap
|
||||
|
||||
# tell Initial Setup to run in the reconfig mode
|
||||
firstboot --reconfig --enable
|
||||
|
||||
zerombr
|
||||
clearpart --all --initlabel --disklabel=msdos
|
||||
@@ -31,11 +36,9 @@ arch=$(uname -m)
|
||||
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
||||
if [[ $arch == "aarch64" ]]; then
|
||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
||||
else
|
||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/fw/rpi3-u-boot.bin
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -55,7 +58,7 @@ ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
|
||||
ostree remote delete fedora-iot
|
||||
ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
|
||||
|
||||
# We're getting a stray console= from somewhere, work around it
|
||||
# We're gettin a stray console= from somewhere, work around it
|
||||
rpm-ostree kargs --delete=console=tty0
|
||||
|
||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||
@@ -65,6 +68,13 @@ passwd -l root
|
||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
||||
cp /etc/skel/.bash* /var/roothome
|
||||
|
||||
echo -n "Network fixes"
|
||||
# initscripts don't like this file to be missing.
|
||||
cat > /etc/sysconfig/network << EOF
|
||||
NETWORKING=yes
|
||||
NOZEROCONF=yes
|
||||
EOF
|
||||
|
||||
# Remove any persistent NIC rules generated by udev
|
||||
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
||||
# And ensure that we will do DHCP on eth0 on startup
|
||||
@@ -95,6 +105,9 @@ echo "(Don't worry -- that out-of-space error was expected.)"
|
||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
||||
|
||||
echo "Adding Developer Mode GRUB2 menu item."
|
||||
/usr/libexec/atomic-devmode/bootentry add
|
||||
|
||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
||||
# The system should start out with an empty file, otherwise cloud-init
|
||||
# will try to use this information and may error:
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
@kde-media
|
||||
@kde-office
|
||||
@networkmanager-submodules
|
||||
fedora-release-kde
|
||||
|
||||
### The KDE-Desktop
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone US/Eastern
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns
|
||||
xconfig --startxonboot
|
||||
@@ -44,8 +45,7 @@ kernel-modules-extra
|
||||
# This was added a while ago, I think it falls into the category of
|
||||
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
||||
# for now.
|
||||
#memtest86+
|
||||
@x86-baremetal-tools # memtest86+ is included
|
||||
memtest86+
|
||||
|
||||
# The point of a live image is to install
|
||||
anaconda
|
||||
@@ -58,7 +58,7 @@ aajohan-comfortaa-fonts
|
||||
|
||||
# Without this, initramfs generation during live image creation fails: #1242586
|
||||
dracut-live
|
||||
# syslinux is in @x86-baremetal-tools
|
||||
syslinux
|
||||
|
||||
# anaconda needs the locales available to run for different locales
|
||||
glibc-all-langpacks
|
||||
@@ -107,7 +107,13 @@ for arg in \`cat /proc/cmdline\` ; do
|
||||
fi
|
||||
done
|
||||
|
||||
# enable swapfile if it exists
|
||||
# enable swaps unless requested otherwise
|
||||
swaps=\`blkid -t TYPE=swap -o device\`
|
||||
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -n "\$swaps" ] ; then
|
||||
for s in \$swaps ; do
|
||||
action "Enabling swap partition \$s" swapon \$s
|
||||
done
|
||||
fi
|
||||
if ! strstr "\`cat /proc/cmdline\`" noswap && [ -f /run/initramfs/live/\${livedir}/swap.img ] ; then
|
||||
action "Enabling swap file" swapon /run/initramfs/live/\${livedir}/swap.img
|
||||
fi
|
||||
@@ -218,7 +224,7 @@ touch /.liveimg-configured
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||
# the hostname must be something else than 'localhost'
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
||||
hostnamectl set-hostname "localhost-live"
|
||||
echo "localhost-live" > /etc/hostname
|
||||
|
||||
EOF
|
||||
|
||||
@@ -298,7 +304,7 @@ EOF
|
||||
|
||||
# work around for poor key import UI in PackageKit
|
||||
rm -f /var/lib/rpm/__db*
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
|
||||
basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
echo "Packages within this LiveCD"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# Description: The Workstation based NeuroFedora computational neuroscience lab image.
|
||||
# https://fedoraproject.org/wiki/Changes/Comp_Neuro_Lab
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
%include fedora-live-workstation.ks
|
||||
%include fedora-comp-neuro-common.ks
|
||||
%include fedora-neuro-gnome-common.ks
|
||||
|
||||
part / --size 9656
|
||||
@@ -6,7 +6,6 @@
|
||||
# Maintainer:
|
||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||
# - Credit to Sebastian Dziallas for initiating the project
|
||||
|
||||
%include fedora-live-workstation.ks
|
||||
|
||||
# Size partition
|
||||
@@ -17,11 +16,10 @@ part / --size 14336
|
||||
@design-suite
|
||||
|
||||
# Provides backup application
|
||||
deja-dup
|
||||
deja-dup-nautilus
|
||||
#deja-dup
|
||||
#deja-dup-nautilus
|
||||
|
||||
# Add extra gnome applications
|
||||
gnome-books
|
||||
gnome-calendar
|
||||
gnome-photos
|
||||
gnome-shell-extension-pomodoro
|
||||
@@ -32,7 +30,7 @@ powerline
|
||||
powerline-fonts
|
||||
|
||||
# Extra wallpapers
|
||||
f32-backgrounds-extras-gnome
|
||||
f30-backgrounds-extras-gnome
|
||||
|
||||
# removal of unneeded applications
|
||||
-gnome-boxes
|
||||
@@ -40,9 +38,8 @@ f32-backgrounds-extras-gnome
|
||||
-rdesktop
|
||||
|
||||
# temporarily removing conflicting application
|
||||
-synfigstudio
|
||||
-mypaint
|
||||
-sparkleshare
|
||||
-blender-luxcorerender
|
||||
|
||||
%end
|
||||
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
# fedora-live-games.ks
|
||||
# fedora-livedvd-games.ks
|
||||
#
|
||||
# Maintainer:
|
||||
# Maintainer(s):
|
||||
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
||||
# https://fedoraproject.org/wiki/User:Dagostinelli
|
||||
#
|
||||
# Former Maintainers:
|
||||
# - Bruno Wolff III <bruno@wolff.to>
|
||||
# https://fedoraproject.org/wiki/User:Bruno
|
||||
#
|
||||
# - Rahul Sundaram <sundaram@fedoraproject.org>
|
||||
# https://fedoraproject.org/wiki/User:Sundaram
|
||||
#
|
||||
# - Formerly maintained by Bruno Wolff III <bruno@wolff.to>
|
||||
# - Formerly maintained by Rahul Sundaram
|
||||
|
||||
%include fedora-live-xfce.ks
|
||||
|
||||
@@ -45,6 +38,7 @@ asc-music
|
||||
astromenace
|
||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
||||
boswars
|
||||
btanks
|
||||
bzflag
|
||||
crossfire-client
|
||||
extremetuxracer
|
||||
@@ -52,29 +46,29 @@ extremetuxracer
|
||||
freeciv
|
||||
freecol
|
||||
freedoom
|
||||
freedroidrpg
|
||||
# freedroidrpg # Cut for size
|
||||
frozen-bubble
|
||||
gl-117
|
||||
# glob2 - currently broken
|
||||
lincity-ng
|
||||
#tmw - currently broken
|
||||
tmw
|
||||
#maniadrive - currently broken
|
||||
#maniadrive-music - has been retired
|
||||
megaglest
|
||||
nethack-vultures
|
||||
netpanzer
|
||||
neverball
|
||||
#neverball #cut for size
|
||||
nogravity
|
||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
||||
scorched3d
|
||||
# supertux # Crashing
|
||||
supertuxkart
|
||||
#supertuxkart #remove for size
|
||||
ultimatestunts
|
||||
warzone2100
|
||||
wesnoth
|
||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
||||
warmux
|
||||
xmoto
|
||||
# warmux # Cut for size
|
||||
# xmoto # Cut for size
|
||||
|
||||
# traditional (small)
|
||||
|
||||
@@ -96,6 +90,7 @@ kcheckers
|
||||
knights
|
||||
lbrickbuster2
|
||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
||||
londonlaw
|
||||
lordsawar
|
||||
# lure scummvm games cut for size
|
||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
||||
@@ -105,8 +100,9 @@ pachi
|
||||
pioneers
|
||||
quarry
|
||||
# Ri-li cut for size
|
||||
# rogue # recently abandoned. Someone picked it up. Waiting for approval.
|
||||
# rogue # abandoned. Someone pick it up so we can include it again!
|
||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
||||
seahorse-adventures
|
||||
solarwolf
|
||||
sopwith
|
||||
stormbaancoureur
|
||||
@@ -118,6 +114,7 @@ xblast
|
||||
auriferous
|
||||
alienblaster
|
||||
# duel3 # Would pull in fluid-soundfont-lite-patches
|
||||
lmarbles
|
||||
powermanga
|
||||
# raidem # Would pull in fluid-soundfont-lite-patches
|
||||
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
||||
@@ -134,6 +131,7 @@ KoboDeluxe
|
||||
Maelstrom
|
||||
methane
|
||||
njam
|
||||
seahorse-adventures
|
||||
shippy
|
||||
tecnoballz
|
||||
wordwarvi
|
||||
@@ -155,7 +153,9 @@ pingus
|
||||
|
||||
# puzzles (small)
|
||||
|
||||
escape
|
||||
# gbrainy Removed for space - only game that pulls in mono
|
||||
magicor
|
||||
mirrormagic
|
||||
pipenightdreams
|
||||
pipepanic
|
||||
@@ -172,6 +172,8 @@ PySolFC
|
||||
|
||||
bygfoot
|
||||
celestia
|
||||
childsplay
|
||||
gcompris
|
||||
planets
|
||||
tuxpaint
|
||||
tuxpaint-stamps
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
# Web: https://fedoraproject.org/wiki/Fedora_jam
|
||||
# Web: insert spinspacke when created
|
||||
|
||||
# Maintainer: Erich Eickmeyer <erich@ericheickmeyer.com>
|
||||
# Maintainer: Jørn Lomax <northlomax@gmail.com>
|
||||
# https://fedoraproject.org/wiki/User:jvlomax
|
||||
# Brendan Jones <brendan.jones.it@gmail.com>
|
||||
|
||||
%include fedora-live-kde.ks
|
||||
|
||||
@@ -18,10 +20,123 @@ part / --size 10240 --fstype ext4
|
||||
bootloader --append="threadirqs"
|
||||
|
||||
%packages
|
||||
@audio
|
||||
|
||||
#pipewire
|
||||
pipewire
|
||||
#alsa
|
||||
alsa-firmware
|
||||
alsa-tools
|
||||
alsa-utils
|
||||
alsamixergui
|
||||
alsa-plugins-jack
|
||||
alsa-plugins-pulseaudio
|
||||
alsa-plugins-usbstream
|
||||
alsa-plugins-samplerate
|
||||
alsa-plugins-upmix
|
||||
alsa-plugins-vdownmix
|
||||
a2jmidid
|
||||
aj-snapshot
|
||||
|
||||
#jack
|
||||
jack-audio-connection-kit
|
||||
jack-audio-connection-kit-dbus
|
||||
qjackctl
|
||||
jackctlmmc
|
||||
ffado
|
||||
|
||||
#pulse
|
||||
pulseaudio-module-jack
|
||||
pavucontrol
|
||||
|
||||
#midi
|
||||
qsynth
|
||||
fluidsynth
|
||||
fluid-soundfont-gm
|
||||
fluidsynth-dssi
|
||||
timidity++
|
||||
qmidiarp
|
||||
vmpk
|
||||
harmonyseq
|
||||
|
||||
#synthesis
|
||||
hydrogen
|
||||
bristol
|
||||
monobristol
|
||||
zynaddsubfx
|
||||
yoshimi
|
||||
swami
|
||||
Add64
|
||||
synthv1
|
||||
samplv1
|
||||
drumkv1
|
||||
ams
|
||||
|
||||
#guitar
|
||||
rakarrack
|
||||
guitarix
|
||||
tuxguitar
|
||||
sooperlooper
|
||||
|
||||
#recodring and DAW
|
||||
audacity
|
||||
ardour5
|
||||
rosegarden4
|
||||
seq24
|
||||
muse
|
||||
qtractor
|
||||
non-session-manager
|
||||
non-daw
|
||||
non-sequencer
|
||||
non-mixer
|
||||
|
||||
# audio-plugins
|
||||
calf
|
||||
dssi
|
||||
jack-rack
|
||||
ladspa
|
||||
|
||||
#ladpsa plugins
|
||||
ladspa-amb-plugins
|
||||
ladspa-autotalent-plugins
|
||||
ladspa-blop-plugins
|
||||
ladspa-cmt-plugins
|
||||
ladspa-fil-plugins
|
||||
ladspa-mcp-plugins
|
||||
ladspa-rev-plugins
|
||||
ladspa-swh-plugins
|
||||
ladspa-tap-plugins
|
||||
ladspa-vco-plugins
|
||||
|
||||
#lv2 plugins
|
||||
lv2
|
||||
lv2-avw-plugins
|
||||
lv2-invada-plugins
|
||||
lv2-kn0ck0ut
|
||||
lv2-ll-plugins
|
||||
lv2-swh-plugins
|
||||
lv2-vocoder-plugins
|
||||
lv2-zynadd-plugins
|
||||
lv2dynparam
|
||||
lv2-abGate
|
||||
lv2-c++-tools
|
||||
lv2-samplv1
|
||||
lv2-synthv1
|
||||
lv2-drumkv1
|
||||
lv2-triceratops
|
||||
lv2-newtonator
|
||||
lv2-x42-plugins
|
||||
lv2-fomp-plugins
|
||||
lv2-sorcer
|
||||
lv2-fabla
|
||||
lv2-artyfx-plugins
|
||||
|
||||
#dssi
|
||||
nekobee-dssi
|
||||
whysynth-dssi
|
||||
xsynth-dssi
|
||||
hexter-dssi
|
||||
|
||||
zynjacku
|
||||
zita-at1
|
||||
zita-rev1
|
||||
|
||||
#sound analasys, none of these are packaged yet
|
||||
#praat bug_id=666656
|
||||
@@ -32,14 +147,35 @@ emacs
|
||||
emacs-color-theme
|
||||
vim
|
||||
nano
|
||||
mscore
|
||||
lilypond
|
||||
frescobaldi
|
||||
mup
|
||||
|
||||
#audio utilities
|
||||
jamin
|
||||
lash
|
||||
jack_capture
|
||||
jaaa
|
||||
jmeters
|
||||
qastools
|
||||
arpage
|
||||
realTimeConfigQuickScan
|
||||
rtirq
|
||||
#patchage
|
||||
#ladish #not packaged yet
|
||||
japa
|
||||
radium-compressor
|
||||
|
||||
# fedora jam theming (to be customized)
|
||||
kfaenza-icon-theme
|
||||
fedora-jam-backgrounds
|
||||
fedora-jam-kde-theme
|
||||
|
||||
#Misc. Utils
|
||||
screen
|
||||
shutter
|
||||
-ksnapshot
|
||||
multimedia-menus
|
||||
kernel-tools
|
||||
|
||||
@@ -48,15 +184,12 @@ kernel-tools
|
||||
firefox
|
||||
thunderbird
|
||||
|
||||
#remove packages not needed
|
||||
-akregator
|
||||
-kaddressbook
|
||||
-kmail
|
||||
-kontact
|
||||
-korganizer
|
||||
-non-mixer
|
||||
-non-session-manager
|
||||
-non-sequencer
|
||||
#remove packages not need
|
||||
#-kdesdk-umbrello
|
||||
#-kdesdk-kcachegrindy
|
||||
|
||||
#-kdesdk-kompare
|
||||
#-kdepim
|
||||
|
||||
%end
|
||||
|
||||
@@ -65,7 +198,7 @@ thunderbird
|
||||
#setup kickoff favorites
|
||||
/bin/mkdir -p /etc/skel/.config
|
||||
|
||||
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/qjackctl.desktop,/usr/share/applications/ardour5.desktop,/usr/share/applications/carla.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/org.kde.kontact.desktop
|
||||
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/qjackctl.desktop,/usr/share/applications/qtractor.desktop,/usr/share/applications/frescobaldi.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/pavucontrol.desktop,/usr/share/applications/kde4/kfmclient_html.desktop,/usr/share/applications/kde4/Kontact.desktop,/usr/share/applications/kde4/ktp-contactlist.desktop
|
||||
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
||||
|
||||
cat <<EOF >> /etc/skel/.config/kickoffrc
|
||||
@@ -82,3 +215,5 @@ cat >> /etc/rc.d/init.d/livesys << EOF
|
||||
EOF
|
||||
|
||||
%end
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
%include fedora-kde-minimization.ks
|
||||
|
||||
# DVD payload
|
||||
part / --size=7000
|
||||
part / --size=6500
|
||||
|
||||
%post
|
||||
%end
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-lxqt-common.ks
|
||||
|
||||
%packages
|
||||
dracut-config-generic
|
||||
%end
|
||||
|
||||
%post
|
||||
# add initscript
|
||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||
@@ -45,8 +41,6 @@ FOE
|
||||
# no updater applet in live environment
|
||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
||||
|
||||
dnf -y remove dracut-config-generic
|
||||
|
||||
# make sure to set the right permissions and selinux contexts
|
||||
chown -R liveuser:liveuser /home/liveuser/
|
||||
restorecon -R /home/liveuser/
|
||||
|
||||
@@ -27,12 +27,9 @@ mercurial
|
||||
-@graphical-internet
|
||||
-@games
|
||||
-@sound-and-video
|
||||
-@dial-up
|
||||
-@input-methods
|
||||
-@standard
|
||||
|
||||
# Add a web browser
|
||||
@firefox
|
||||
firefox
|
||||
|
||||
# Remove office suite
|
||||
-libreoffice-*
|
||||
@@ -44,11 +41,9 @@ mercurial
|
||||
# Drop things that pull in perl
|
||||
-linux-atm
|
||||
|
||||
# No printing or scanning
|
||||
# No printing
|
||||
-foomatic-db-ppds
|
||||
-foomatic
|
||||
-sane-backends-drivers-scanners
|
||||
-libsane-hpaio
|
||||
|
||||
# Dictionaries are big
|
||||
-aspell-*
|
||||
@@ -57,7 +52,6 @@ mercurial
|
||||
|
||||
# Help and art can be big, too
|
||||
-gnome-user-docs
|
||||
-gnome-getting-started-docs
|
||||
-evolution-help
|
||||
-desktop-backgrounds-basic
|
||||
-*backgrounds-extras
|
||||
@@ -66,6 +60,7 @@ mercurial
|
||||
-krb5-auth-dialog
|
||||
-krb5-workstation
|
||||
-pam_krb5
|
||||
-quota
|
||||
-nano
|
||||
-dos2unix
|
||||
-finger
|
||||
@@ -74,8 +69,10 @@ mercurial
|
||||
-mtr
|
||||
-pinfo
|
||||
-rsh
|
||||
-nfs-utils
|
||||
-ypbind
|
||||
-yp-tools
|
||||
-rpcbind
|
||||
-acpid
|
||||
-ntsysv
|
||||
|
||||
@@ -118,7 +115,7 @@ if [ -f /usr/share/applications/liveinst.desktop ]; then
|
||||
|
||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||
[org.gnome.shell]
|
||||
favorite-apps=['firefox.desktop', 'org.qt-project.qtcreator.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
||||
favorite-apps=['firefox.desktop', 'eclipse.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
||||
FOE
|
||||
|
||||
fi
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#
|
||||
#include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 7680
|
||||
part / --size 6656
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ text
|
||||
lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone US/Eastern
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
# Disabled for modular compose (for now)
|
||||
#firewall --enabled --service=mdns
|
||||
@@ -34,6 +35,7 @@ microdnf
|
||||
glibc-minimal-langpack
|
||||
grubby
|
||||
kernel
|
||||
libcrypt
|
||||
sssd-client
|
||||
dhcp-client
|
||||
-fedora-logos
|
||||
@@ -55,9 +57,8 @@ dhcp-client
|
||||
|
||||
# Setup Raspberry Pi firmware
|
||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||
cp -P /usr/share/uboot/rpi_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
||||
|
||||
releasever=$(rpm --eval '%{fedora}')
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-modular-release)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||
echo "Packages within this disk image"
|
||||
rpm -qa
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Description: Common gnome based configuration for NeuroFedora spin images.
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
# Please specify the individual package sets in their own ks files:
|
||||
# - fedora-comp-neuro-common.ks
|
||||
|
||||
%packages
|
||||
@firefox
|
||||
|
||||
# Editors
|
||||
emacs
|
||||
vim-X11
|
||||
|
||||
# This is no longer workstation
|
||||
-@workstation-product
|
||||
|
||||
# No Workstation backgrounds
|
||||
#-desktop-backgrounds-basic
|
||||
#-*backgrounds-extras
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
#Override the favorite desktop application in Dash
|
||||
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'anaconda.desktop']/" /etc/rc.d/init.d/livesys
|
||||
|
||||
%end
|
||||
@@ -13,14 +13,12 @@ vim-enhanced
|
||||
wget
|
||||
|
||||
# Remove Pythons possibly recommended by tox
|
||||
-python2
|
||||
-python26
|
||||
-python27
|
||||
-python33
|
||||
-python34
|
||||
-python35
|
||||
-python36
|
||||
-python37
|
||||
-python38
|
||||
-pypy
|
||||
|
||||
%end
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
%include fedora-python-classroom-common.ks
|
||||
|
||||
%packages
|
||||
ninja-ide
|
||||
emacs
|
||||
python3-matplotlib-tk
|
||||
python3-pillow-tk
|
||||
|
||||
@@ -56,10 +56,13 @@ gcc-gfortran
|
||||
# GUI for R
|
||||
rkward
|
||||
|
||||
# GUI for Octave
|
||||
#qtoctave
|
||||
|
||||
# julia
|
||||
julia
|
||||
julia-doc
|
||||
julia-devel
|
||||
# Comment out till build failure is sorted
|
||||
# julia
|
||||
# julia-doc
|
||||
|
||||
# IDEs for the IDE folks
|
||||
@eclipse
|
||||
@@ -67,9 +70,7 @@ julia-devel
|
||||
# Workaround for https://pagure.io/releng/issue/7814
|
||||
-eclipse-linuxtools-vagrant
|
||||
|
||||
python3-spyder
|
||||
python3-spyder-kernels
|
||||
|
||||
#spyder
|
||||
|
||||
#writing & publishing
|
||||
emacs
|
||||
@@ -90,8 +91,8 @@ openmpi
|
||||
openmpi-devel
|
||||
valgrind-openmpi
|
||||
libgomp
|
||||
mpi4py-openmpi
|
||||
python3-mpi4py-openmpi
|
||||
python3-mpi4py-mpich
|
||||
|
||||
#Version control- a GUI for each as well
|
||||
|
||||
@@ -113,6 +114,7 @@ libotf
|
||||
#root
|
||||
root
|
||||
root-gui-fitpanel
|
||||
root-python
|
||||
|
||||
#Multiple jobs/clustering system
|
||||
# torque
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
firewall --enabled --service=mdns,presence
|
||||
|
||||
%packages
|
||||
|
||||
# == Core Sugar Platform ==
|
||||
@sugar-desktop
|
||||
|
||||
# explicitly remove a bunch of extra stuff
|
||||
-openbox
|
||||
-@fonts
|
||||
-@dial-up
|
||||
-@multimedia
|
||||
@@ -36,8 +30,7 @@ firewall --enabled --service=mdns,presence
|
||||
-abrt-cli
|
||||
-ibus*
|
||||
-hyperv-daemons
|
||||
-sane-backends
|
||||
-sane-backends-drivers-scanners
|
||||
-webkit2gtk3-plugin-process-gtk2
|
||||
|
||||
# Add some extra fonts
|
||||
dejavu-sans-fonts
|
||||
@@ -47,12 +40,38 @@ aajohan-comfortaa-fonts
|
||||
sil-abyssinica-fonts
|
||||
vlgothic-fonts
|
||||
|
||||
# == Core Sugar Platform ==
|
||||
@sugar-desktop
|
||||
-sugar-ruler
|
||||
sugar-cp-updater
|
||||
lightdm
|
||||
lightdm-gtk
|
||||
|
||||
# Write breaks unless we do this (we don't need it anyway)
|
||||
# enable for testing in the F17 dev cycle
|
||||
@input-methods
|
||||
|
||||
# Needed for wifi, bluetooth and WWAN connection support
|
||||
@networkmanager-submodules
|
||||
|
||||
# == Platform Components ==
|
||||
# from http://wiki.sugarlabs.org/go/0.94/Platform_Components
|
||||
alsa-plugins-pulseaudio
|
||||
alsa-utils
|
||||
gstreamer1-plugins-base
|
||||
gstreamer1-plugins-good
|
||||
gstreamer1-plugins-bad-free
|
||||
gstreamer-plugins-espeak
|
||||
pulseaudio
|
||||
pulseaudio-utils
|
||||
|
||||
# explicitly remove openbox and hopefully deal with what firstboot wants
|
||||
-openbox
|
||||
|
||||
# remove deps that come from god knows where
|
||||
-sane-backends
|
||||
-sane-backends-drivers-scanners
|
||||
|
||||
# Usefulness for DSL connections as per:
|
||||
# http://bugs.sugarlabs.org/ticket/1951
|
||||
rp-pppoe
|
||||
@@ -64,24 +83,63 @@ livecd-tools
|
||||
# Get the Sugar boot screen
|
||||
-plymouth-system-theme
|
||||
-plymouth-theme-charge
|
||||
sugar-logos
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
# Rebuild initrd for Sugar boot screen
|
||||
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
||||
/usr/sbin/plymouth-set-default-theme sugar
|
||||
dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||
|
||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||
rm -f /var/lib/rpm/__db*
|
||||
|
||||
# Get proper release naming in the control panel
|
||||
cat >> /boot/olpc_build << EOF
|
||||
Sugar on a Stick
|
||||
EOF
|
||||
cat /etc/fedora-release >> /boot/olpc_build
|
||||
|
||||
# Rebuild initrd for Sugar boot screen
|
||||
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
||||
/usr/sbin/plymouth-set-default-theme sugar
|
||||
dracut -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||
|
||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||
rm -f /var/lib/rpm/__db*
|
||||
# Add our activities to the favorites
|
||||
cat > /usr/share/sugar/data/activities.defaults << EOF
|
||||
org.laptop.WebActivity
|
||||
org.laptop.HelpActivity
|
||||
org.laptop.Chat
|
||||
org.laptop.sugar.ReadActivity
|
||||
org.laptop.sugar.GetBooksActivity
|
||||
org.laptop.AbiWordActivity
|
||||
org.laptop.TurtleArtActivity
|
||||
org.laptop.Calculate
|
||||
org.laptop.Clock
|
||||
org.laptop.ImageViewerActivity
|
||||
org.laptop.Memorize
|
||||
org.laptop.physics
|
||||
org.laptop.Pippy
|
||||
org.laptop.RecordActivity
|
||||
org.laptop.Oficina
|
||||
org.laptop.StopWatchActivity
|
||||
org.laptop.community.Finance
|
||||
org.laptop.community.TypingTurtle
|
||||
org.laptop.sugar.Jukebox
|
||||
org.laptop.Words
|
||||
org.eq.FotoToon
|
||||
org.gnome.Labyrinth
|
||||
com.laptop.Ruler
|
||||
org.sugarlabs.AbacusActivity
|
||||
org.sugarlabs.IRC
|
||||
org.sugarlabs.InfoSlicer
|
||||
org.sugarlabs.PortfolioActivity
|
||||
org.sugarlabs.StoryActivity
|
||||
org.sugarlabs.VisualMatchActivity
|
||||
com.garycmartin.Moon
|
||||
mulawa.Countries
|
||||
tv.alterna.Clock
|
||||
vu.lux.olpc.Maze
|
||||
vu.lux.olpc.Speak
|
||||
EOF
|
||||
|
||||
cat > /etc/sysconfig/desktop <<EOF
|
||||
PREFERRED=/usr/bin/sugar
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
# Make sure to sync any additions / removals done here with
|
||||
# workstation-product-environment in comps
|
||||
@base-x
|
||||
@container-management
|
||||
@core
|
||||
@firefox
|
||||
@fonts
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
[spins.lxqt.x86_64]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
[spins.lxqt.armhfp]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
|
||||
[spins.xfce.x86_64]
|
||||
fas = [ "nonamedotc", "kevin", "maxamillion" ]
|
||||
maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
|
||||
[spins.xfce.armhfp]
|
||||
fas = [ "nonamedotc", "kevin", "maxamillion" ]
|
||||
maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
|
||||
|
||||
[spins.kde.x86_64]
|
||||
fas = [ "rdieter", "svahl" ]
|
||||
maintainers = [ "Rex Dieter", "Sebastian Vahl" ]
|
||||
|
||||
[spins.cinnamon.x86_64]
|
||||
fas = [ "grinnz" ]
|
||||
maintainers = [ "Dan Book" ]
|
||||
|
||||
[spins.lxde.x86_64]
|
||||
fas = [ "cwickert" ]
|
||||
maintainers = [ "Christoph Wickert" ]
|
||||
[spins.lxde.armhfp]
|
||||
fas = [ "cwickert" ]
|
||||
maintainers = [ "Christoph Wickert" ]
|
||||
|
||||
[spins.soas.x86_64]
|
||||
fas = [ "chimosky", "pbrobinson" ]
|
||||
maintainers = [ "Chihurumnaya Ibiam", "Peter Robinson" ]
|
||||
[spins.soas.armhfp]
|
||||
fas = [ "chimosky", "pbrobinson" ]
|
||||
maintainers = [ "Chihurumnaya Ibiam", "Peter Robinson" ]
|
||||
|
||||
|
||||
[labs.astronomy_kde.x86_64]
|
||||
fas = [ "lupinix" ]
|
||||
maintainers = [ "Christian Dersch" ]
|
||||
|
||||
[labs.security.x86_64]
|
||||
fas = [ "fab", "jsimon" ]
|
||||
maintainers = [ "Fabian Affolter", "Joerg Simon" ]
|
||||
|
||||
[labs.comp_neuro.x86_64]
|
||||
fas = [ "bt0dotninja", "dan1mal", "ankursinha", "neuro-sig" ]
|
||||
maintainers = [ "Alberto Rodriguez Sanchez", "Danny Lee", "Ankur Sinha", "NeuroFedora SIG" ]
|
||||
|
||||
[labs.design_suite.x86_64]
|
||||
fas = [ "luya" ]
|
||||
maintainers = [ "Luya Tshimbalanga" ]
|
||||
|
||||
[labs.games.x86_64]
|
||||
fas = [ "dagostinelli" ]
|
||||
maintainers = [ "Darryl T. Agostinelli" ]
|
||||
|
||||
[labs.jam_kde.x86_64]
|
||||
fas = [ "eeickmeyer" ]
|
||||
maintainers = [ "Erich Eickmeyer" ]
|
||||
|
||||
[labs.scientific_kde.x86_64]
|
||||
fas = [ "scitech" ]
|
||||
maintainers = [ "SciTech SIG" ]
|
||||
|
||||
[labs.scientific.x86_64]
|
||||
fas = [ "scitech" ]
|
||||
maintainers = [ "SciTech SIG" ]
|
||||
Reference in New Issue
Block a user