mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 16:40:30 +08:00
Compare commits
108 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13aac55e29 | ||
|
|
4367531844 | ||
|
|
57e13a1b89 | ||
|
|
75e662166f | ||
|
|
01ea5ed713 | ||
|
|
03f698ae62 | ||
|
|
11942989f5 | ||
|
|
92d368049e | ||
|
|
b372f0f155 | ||
|
|
76084d6f18 | ||
|
|
fb0dec3af9 | ||
|
|
62f38a1c32 | ||
|
|
1fa40d115e | ||
|
|
b892b8939c | ||
|
|
449b3efc0e | ||
|
|
d1e8a6668b | ||
|
|
4860ea2def | ||
|
|
ad9357f785 | ||
|
|
7fc5eea8bd | ||
|
|
4a17162c45 | ||
|
|
d74148762d | ||
|
|
ba96cfbe7f | ||
|
|
6b65079c0e | ||
|
|
2ba9f017c0 | ||
|
|
3973afdca8 | ||
|
|
4dd8211d56 | ||
|
|
3f31f6363f | ||
|
|
6841b8b115 | ||
|
|
c15ef07fa6 | ||
|
|
16cf5fc5b5 | ||
|
|
5c734314b2 | ||
|
|
706f2a9277 | ||
|
|
9e7bbd556d | ||
|
|
82af7f2409 | ||
|
|
ec43a9d960 | ||
|
|
2ec3666f2b | ||
|
|
884ddd5de0 | ||
|
|
8c6e7e058c | ||
|
|
af776dd5e7 | ||
|
|
3bffc3c4bb | ||
|
|
d1b3ca0331 | ||
|
|
b05c6352f2 | ||
|
|
d9ee9210ba | ||
|
|
1165ca1ca3 | ||
|
|
8a0be31d1e | ||
|
|
167f153f01 | ||
|
|
43324fc367 | ||
|
|
efe341f94e | ||
|
|
2306fb4f0c | ||
|
|
363ab2c3ae | ||
|
|
98d51b300a | ||
|
|
131fea8a69 | ||
|
|
f83d5db0d4 | ||
|
|
02376eae8a | ||
|
|
1463abb8d7 | ||
|
|
472602baa9 | ||
|
|
6d9047adf4 | ||
|
|
a82cbd1567 | ||
|
|
e34ecb9549 | ||
|
|
447182d771 | ||
|
|
4a6892e633 | ||
|
|
e8fd539b8c | ||
|
|
1c39c0adb0 | ||
|
|
f8d32ac4b5 | ||
|
|
fea3820100 | ||
|
|
30647569da | ||
|
|
b8b97d1ed9 | ||
|
|
97d3c6d953 | ||
|
|
3b2d7b561c | ||
|
|
d23a740e86 | ||
|
|
18428f225b | ||
|
|
68b6257e0e | ||
|
|
2976215122 | ||
|
|
704e346d9c | ||
|
|
a07f9892b1 | ||
|
|
19a7b3b113 | ||
|
|
1ff90f3dde | ||
|
|
9dbe324625 | ||
|
|
31e2c58081 | ||
|
|
77877f0d5a | ||
|
|
dcb7b5f38a | ||
|
|
0701bfca51 | ||
|
|
87f336d2bb | ||
|
|
f047569f46 | ||
|
|
10578df95e | ||
|
|
230e47abff | ||
|
|
5a0e21c6c5 | ||
|
|
44dc9ec700 | ||
|
|
30013e8f38 | ||
|
|
76917daecb | ||
|
|
02043d4f16 | ||
|
|
4e8c283572 | ||
|
|
5ee03735d6 | ||
|
|
4f004227f3 | ||
|
|
d1d9de9a97 | ||
|
|
fa5c8ccf35 | ||
|
|
06ce4be308 | ||
|
|
9b0b39f7d6 | ||
|
|
24b73a6270 | ||
|
|
174b5721ec | ||
|
|
ab1363a4bc | ||
|
|
f84b197d1e | ||
|
|
2611d60fd0 | ||
|
|
200f6930a6 | ||
|
|
ab7ee6e6db | ||
|
|
6527f89bde | ||
|
|
86e0dc18cf | ||
|
|
d64a181fa3 |
@@ -1,6 +1,5 @@
|
|||||||
lang en_US.UTF-8
|
|
||||||
#keyboard us
|
#keyboard us
|
||||||
auth --useshadow --passalgo=sha512
|
lang en_US.UTF-8
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
@@ -43,11 +42,6 @@ initial-setup-gui
|
|||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
# make sure all the locales are available for inital0-setup and anaconda to work
|
||||||
glibc-all-langpacks
|
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
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -55,10 +49,11 @@ chkconfig
|
|||||||
# Setup Raspberry Pi firmware
|
# 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_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_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
|
# work around for poor key import UI in PackageKit
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
basearch=armhfp
|
basearch=armhfp
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
echo "Packages within this ARM disk image"
|
echo "Packages within this ARM disk image"
|
||||||
@@ -76,13 +71,8 @@ systemctl mask tmp.mount
|
|||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
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
|
# Remove machine-id on pre generated images
|
||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
touch /etc/machine-id
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ part / --size=6200 --fstype ext4
|
|||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
|
-libvirt*
|
||||||
|
-gnome-boxes
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-xfce-common.ks
|
%include fedora-xfce-common.ks
|
||||||
|
|
||||||
part / --size=4700 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@
|
|||||||
parole
|
parole
|
||||||
|
|
||||||
# extra backgrounds
|
# extra backgrounds
|
||||||
f30-backgrounds-extras-gnome
|
f32-backgrounds-extras-gnome
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
|
||||||
@@ -215,7 +214,7 @@ truncate -c -s 0 /var/log/dnf.log
|
|||||||
truncate -c -s 0 /var/log/dnf.rpm.log
|
truncate -c -s 0 /var/log/dnf.rpm.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -182,7 +181,7 @@ dnf clean all
|
|||||||
truncate -c -s 0 /var/log/dnf.log
|
truncate -c -s 0 /var/log/dnf.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
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
|
truncate -c -s 0 /var/log/dnf.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
|
|||||||
47
fedora-comp-neuro-common.ks
Normal file
47
fedora-comp-neuro-common.ks
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# 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
|
%include fedora-container-common.ks
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
rootfiles
|
rootfiles
|
||||||
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
||||||
fedora-repos-modular
|
fedora-repos-modular
|
||||||
@@ -13,6 +13,9 @@ dnf
|
|||||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||||
sssd-client
|
sssd-client
|
||||||
sudo
|
sudo
|
||||||
|
-glibc-langpack-en
|
||||||
|
-cracklib-dicts
|
||||||
|
-langpacks-en
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
%post --erroronfail --log=/root/anaconda-post.log
|
||||||
@@ -44,4 +47,19 @@ umount /run
|
|||||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
||||||
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
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
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
|
||||||
|
# NOTE: run this in nochroot because "find" does not exist in chroot
|
||||||
|
KEEPLANG=en_US
|
||||||
|
for dir in locale i18n; do
|
||||||
|
find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
|
||||||
|
done
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -29,16 +29,17 @@ zerombr
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
autopart --noboot --nohome --noswap --nolvm
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
fedora-release-container
|
fedora-release-container
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
libcrypt
|
|
||||||
rpm
|
rpm
|
||||||
shadow-utils
|
shadow-utils
|
||||||
sssd-client
|
sssd-client
|
||||||
util-linux
|
util-linux
|
||||||
|
# needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115
|
||||||
|
systemd
|
||||||
-kernel
|
-kernel
|
||||||
-dosfstools
|
-dosfstools
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
@@ -61,9 +62,12 @@ set -eux
|
|||||||
LANG="en_US"
|
LANG="en_US"
|
||||||
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1727489
|
||||||
|
echo 'LANG="C.UTF-8"' > /etc/locale.conf
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release-container)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
|
|
||||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ text
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
||||||
@@ -61,8 +60,9 @@ glibc-all-langpacks
|
|||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
# 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_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 -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
echo "Packages within this disk image"
|
echo "Packages within this disk image"
|
||||||
rpm -qa
|
rpm -qa
|
||||||
|
|||||||
17
fedora-disk-xfce.ks
Normal file
17
fedora-disk-xfce.ks
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
%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,18 +5,13 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
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"
|
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
services --enabled=NetworkManager,sshd,rngd,initial-setup,zram-swap
|
services --enabled=NetworkManager,sshd,rngd,zram-swap
|
||||||
|
|
||||||
# tell Initial Setup to run in the reconfig mode
|
|
||||||
firstboot --reconfig --enable
|
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all --initlabel --disklabel=msdos
|
clearpart --all --initlabel --disklabel=msdos
|
||||||
@@ -24,7 +19,7 @@ autopart --nohome --noswap --type=plain
|
|||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
# Pull from the ostree repo that was created during the compose
|
# Pull from the ostree repo that was created during the compose
|
||||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/devel/${basearch}/iot
|
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/${basearch}/iot
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
@@ -36,29 +31,31 @@ arch=$(uname -m)
|
|||||||
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
||||||
if [[ $arch == "aarch64" ]]; 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_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
|
else
|
||||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
|
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/fw/rpi3-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
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
|
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
|
||||||
# We want consumers of this image to track the two week releases.
|
# We want consumers of this image to track the two week releases.
|
||||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/devel/${arch}/iot"
|
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/stable/${arch}/iot"
|
||||||
|
|
||||||
# Make sure the ref we're supposedly sitting on (according
|
# Make sure the ref we're supposedly sitting on (according
|
||||||
# to the updated origin) exists.
|
# to the updated origin) exists.
|
||||||
ostree refs "fedora-iot:fedora/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${arch}/iot"
|
ostree refs "fedora-iot:fedora/stable/${arch}/iot" --create "fedora-iot:fedora/stable/${arch}/iot"
|
||||||
|
|
||||||
# Remove the old ref so that the commit eventually gets cleaned up.
|
# Remove the old ref so that the commit eventually gets cleaned up.
|
||||||
ostree refs "fedora-iot:fedora/devel/${arch}/iot" --delete
|
ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
|
||||||
|
|
||||||
# delete/add the remote with new options to enable gpg verification
|
# delete/add the remote with new options to enable gpg verification
|
||||||
# and to point them at the cdn url
|
# and to point them at the cdn url
|
||||||
ostree remote delete fedora-iot
|
ostree remote delete fedora-iot
|
||||||
ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-iot-2019 --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/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 gettin a stray console= from somewhere, work around it
|
# We're getting a stray console= from somewhere, work around it
|
||||||
rpm-ostree kargs --delete=console=tty0
|
rpm-ostree kargs --delete=console=tty0
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
@@ -68,13 +65,6 @@ passwd -l root
|
|||||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
||||||
cp /etc/skel/.bash* /var/roothome
|
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
|
# Remove any persistent NIC rules generated by udev
|
||||||
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
||||||
# And ensure that we will do DHCP on eth0 on startup
|
# And ensure that we will do DHCP on eth0 on startup
|
||||||
@@ -105,9 +95,6 @@ echo "(Don't worry -- that out-of-space error was expected.)"
|
|||||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
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.
|
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
# The system should start out with an empty file, otherwise cloud-init
|
||||||
# will try to use this information and may error:
|
# will try to use this information and may error:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
@kde-media
|
@kde-media
|
||||||
@kde-office
|
@kde-office
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
|
fedora-release-kde
|
||||||
|
|
||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
@@ -45,7 +44,8 @@ kernel-modules-extra
|
|||||||
# This was added a while ago, I think it falls into the category of
|
# 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
|
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
||||||
# for now.
|
# for now.
|
||||||
memtest86+
|
#memtest86+
|
||||||
|
@x86-baremetal-tools # memtest86+ is included
|
||||||
|
|
||||||
# The point of a live image is to install
|
# The point of a live image is to install
|
||||||
anaconda
|
anaconda
|
||||||
@@ -58,7 +58,7 @@ aajohan-comfortaa-fonts
|
|||||||
|
|
||||||
# Without this, initramfs generation during live image creation fails: #1242586
|
# Without this, initramfs generation during live image creation fails: #1242586
|
||||||
dracut-live
|
dracut-live
|
||||||
syslinux
|
# syslinux is in @x86-baremetal-tools
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
# anaconda needs the locales available to run for different locales
|
||||||
glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
@@ -107,13 +107,7 @@ for arg in \`cat /proc/cmdline\` ; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# enable swaps unless requested otherwise
|
# enable swapfile if it exists
|
||||||
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
|
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
|
action "Enabling swap file" swapon /run/initramfs/live/\${livedir}/swap.img
|
||||||
fi
|
fi
|
||||||
@@ -224,7 +218,7 @@ touch /.liveimg-configured
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||||
# the hostname must be something else than 'localhost'
|
# the hostname must be something else than 'localhost'
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
||||||
echo "localhost-live" > /etc/hostname
|
hostnamectl set-hostname "localhost-live"
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -304,7 +298,7 @@ EOF
|
|||||||
|
|
||||||
# work around for poor key import UI in PackageKit
|
# work around for poor key import UI in PackageKit
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
echo "Packages within this LiveCD"
|
echo "Packages within this LiveCD"
|
||||||
|
|||||||
12
fedora-live-comp_neuro.ks
Normal file
12
fedora-live-comp_neuro.ks
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# 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,6 +6,7 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# - Credit to Sebastian Dziallas for initiating the project
|
# - Credit to Sebastian Dziallas for initiating the project
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
|
||||||
# Size partition
|
# Size partition
|
||||||
@@ -16,10 +17,11 @@ part / --size 14336
|
|||||||
@design-suite
|
@design-suite
|
||||||
|
|
||||||
# Provides backup application
|
# Provides backup application
|
||||||
#deja-dup
|
deja-dup
|
||||||
#deja-dup-nautilus
|
deja-dup-nautilus
|
||||||
|
|
||||||
# Add extra gnome applications
|
# Add extra gnome applications
|
||||||
|
gnome-books
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-photos
|
gnome-photos
|
||||||
gnome-shell-extension-pomodoro
|
gnome-shell-extension-pomodoro
|
||||||
@@ -30,7 +32,7 @@ powerline
|
|||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
# Extra wallpapers
|
# Extra wallpapers
|
||||||
f30-backgrounds-extras-gnome
|
f32-backgrounds-extras-gnome
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
@@ -38,8 +40,9 @@ f30-backgrounds-extras-gnome
|
|||||||
-rdesktop
|
-rdesktop
|
||||||
|
|
||||||
# temporarily removing conflicting application
|
# temporarily removing conflicting application
|
||||||
-synfigstudio
|
|
||||||
-mypaint
|
-mypaint
|
||||||
|
-sparkleshare
|
||||||
|
-blender-luxcorerender
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,16 @@
|
|||||||
# fedora-livedvd-games.ks
|
# fedora-live-games.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer:
|
||||||
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
||||||
# - Formerly maintained by Bruno Wolff III <bruno@wolff.to>
|
# https://fedoraproject.org/wiki/User:Dagostinelli
|
||||||
# - Formerly maintained by Rahul Sundaram
|
#
|
||||||
|
# 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
|
||||||
|
#
|
||||||
|
|
||||||
%include fedora-live-xfce.ks
|
%include fedora-live-xfce.ks
|
||||||
|
|
||||||
@@ -38,7 +45,6 @@ asc-music
|
|||||||
astromenace
|
astromenace
|
||||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
# beneath-a-steel-sky-cd scummvm games cut for size
|
||||||
boswars
|
boswars
|
||||||
btanks
|
|
||||||
bzflag
|
bzflag
|
||||||
crossfire-client
|
crossfire-client
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
@@ -46,29 +52,29 @@ extremetuxracer
|
|||||||
freeciv
|
freeciv
|
||||||
freecol
|
freecol
|
||||||
freedoom
|
freedoom
|
||||||
# freedroidrpg # Cut for size
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
gl-117
|
||||||
# glob2 - currently broken
|
# glob2 - currently broken
|
||||||
lincity-ng
|
lincity-ng
|
||||||
tmw
|
#tmw - currently broken
|
||||||
#maniadrive - currently broken
|
#maniadrive - currently broken
|
||||||
#maniadrive-music - has been retired
|
#maniadrive-music - has been retired
|
||||||
megaglest
|
megaglest
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
#neverball #cut for size
|
neverball
|
||||||
nogravity
|
nogravity
|
||||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
#pinball # Would pull in fluid-soundfont-lite-patches
|
||||||
scorched3d
|
scorched3d
|
||||||
# supertux # Crashing
|
# supertux # Crashing
|
||||||
#supertuxkart #remove for size
|
supertuxkart
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
# worminator # Would pull in fluid-soundfont-lite-patches
|
||||||
# warmux # Cut for size
|
warmux
|
||||||
# xmoto # Cut for size
|
xmoto
|
||||||
|
|
||||||
# traditional (small)
|
# traditional (small)
|
||||||
|
|
||||||
@@ -90,7 +96,6 @@ kcheckers
|
|||||||
knights
|
knights
|
||||||
lbrickbuster2
|
lbrickbuster2
|
||||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
||||||
londonlaw
|
|
||||||
lordsawar
|
lordsawar
|
||||||
# lure scummvm games cut for size
|
# lure scummvm games cut for size
|
||||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
# machineball # Would pull in fluid-soundfont-lite-patches
|
||||||
@@ -100,9 +105,8 @@ pachi
|
|||||||
pioneers
|
pioneers
|
||||||
quarry
|
quarry
|
||||||
# Ri-li cut for size
|
# Ri-li cut for size
|
||||||
# rogue # abandoned. Someone pick it up so we can include it again!
|
# rogue # recently abandoned. Someone picked it up. Waiting for approval.
|
||||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
||||||
seahorse-adventures
|
|
||||||
solarwolf
|
solarwolf
|
||||||
sopwith
|
sopwith
|
||||||
stormbaancoureur
|
stormbaancoureur
|
||||||
@@ -114,7 +118,6 @@ xblast
|
|||||||
auriferous
|
auriferous
|
||||||
alienblaster
|
alienblaster
|
||||||
# duel3 # Would pull in fluid-soundfont-lite-patches
|
# duel3 # Would pull in fluid-soundfont-lite-patches
|
||||||
lmarbles
|
|
||||||
powermanga
|
powermanga
|
||||||
# raidem # Would pull in fluid-soundfont-lite-patches
|
# raidem # Would pull in fluid-soundfont-lite-patches
|
||||||
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
||||||
@@ -131,7 +134,6 @@ KoboDeluxe
|
|||||||
Maelstrom
|
Maelstrom
|
||||||
methane
|
methane
|
||||||
njam
|
njam
|
||||||
seahorse-adventures
|
|
||||||
shippy
|
shippy
|
||||||
tecnoballz
|
tecnoballz
|
||||||
wordwarvi
|
wordwarvi
|
||||||
@@ -153,9 +155,7 @@ pingus
|
|||||||
|
|
||||||
# puzzles (small)
|
# puzzles (small)
|
||||||
|
|
||||||
escape
|
|
||||||
# gbrainy Removed for space - only game that pulls in mono
|
# gbrainy Removed for space - only game that pulls in mono
|
||||||
magicor
|
|
||||||
mirrormagic
|
mirrormagic
|
||||||
pipenightdreams
|
pipenightdreams
|
||||||
pipepanic
|
pipepanic
|
||||||
@@ -172,8 +172,6 @@ PySolFC
|
|||||||
|
|
||||||
bygfoot
|
bygfoot
|
||||||
celestia
|
celestia
|
||||||
childsplay
|
|
||||||
gcompris
|
|
||||||
planets
|
planets
|
||||||
tuxpaint
|
tuxpaint
|
||||||
tuxpaint-stamps
|
tuxpaint-stamps
|
||||||
|
|||||||
@@ -7,9 +7,7 @@
|
|||||||
# Web: https://fedoraproject.org/wiki/Fedora_jam
|
# Web: https://fedoraproject.org/wiki/Fedora_jam
|
||||||
# Web: insert spinspacke when created
|
# Web: insert spinspacke when created
|
||||||
|
|
||||||
# Maintainer: Jørn Lomax <northlomax@gmail.com>
|
# Maintainer: Erich Eickmeyer <erich@ericheickmeyer.com>
|
||||||
# https://fedoraproject.org/wiki/User:jvlomax
|
|
||||||
# Brendan Jones <brendan.jones.it@gmail.com>
|
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
@@ -20,123 +18,10 @@ part / --size 10240 --fstype ext4
|
|||||||
bootloader --append="threadirqs"
|
bootloader --append="threadirqs"
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
@audio
|
||||||
|
|
||||||
#alsa
|
#pipewire
|
||||||
alsa-firmware
|
pipewire
|
||||||
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
|
#sound analasys, none of these are packaged yet
|
||||||
#praat bug_id=666656
|
#praat bug_id=666656
|
||||||
@@ -147,35 +32,14 @@ emacs
|
|||||||
emacs-color-theme
|
emacs-color-theme
|
||||||
vim
|
vim
|
||||||
nano
|
nano
|
||||||
mscore
|
|
||||||
lilypond
|
|
||||||
frescobaldi
|
|
||||||
mup
|
|
||||||
|
|
||||||
#audio utilities
|
#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)
|
# fedora jam theming (to be customized)
|
||||||
kfaenza-icon-theme
|
|
||||||
fedora-jam-backgrounds
|
fedora-jam-backgrounds
|
||||||
fedora-jam-kde-theme
|
|
||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
shutter
|
|
||||||
-ksnapshot
|
|
||||||
multimedia-menus
|
multimedia-menus
|
||||||
kernel-tools
|
kernel-tools
|
||||||
|
|
||||||
@@ -184,12 +48,15 @@ kernel-tools
|
|||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
#remove packages not need
|
#remove packages not needed
|
||||||
#-kdesdk-umbrello
|
-akregator
|
||||||
#-kdesdk-kcachegrindy
|
-kaddressbook
|
||||||
|
-kmail
|
||||||
#-kdesdk-kompare
|
-kontact
|
||||||
#-kdepim
|
-korganizer
|
||||||
|
-non-mixer
|
||||||
|
-non-session-manager
|
||||||
|
-non-sequencer
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -198,7 +65,7 @@ thunderbird
|
|||||||
#setup kickoff favorites
|
#setup kickoff favorites
|
||||||
/bin/mkdir -p /etc/skel/.config
|
/bin/mkdir -p /etc/skel/.config
|
||||||
|
|
||||||
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
|
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
|
||||||
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
||||||
|
|
||||||
cat <<EOF >> /etc/skel/.config/kickoffrc
|
cat <<EOF >> /etc/skel/.config/kickoffrc
|
||||||
@@ -215,5 +82,3 @@ cat >> /etc/rc.d/init.d/livesys << EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
%include fedora-kde-minimization.ks
|
%include fedora-kde-minimization.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=6500
|
part / --size=7000
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -11,6 +11,10 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-lxqt-common.ks
|
%include fedora-lxqt-common.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
dracut-config-generic
|
||||||
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# add initscript
|
# add initscript
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
@@ -41,6 +45,8 @@ FOE
|
|||||||
# no updater applet in live environment
|
# no updater applet in live environment
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
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
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
|
|||||||
@@ -27,9 +27,12 @@ mercurial
|
|||||||
-@graphical-internet
|
-@graphical-internet
|
||||||
-@games
|
-@games
|
||||||
-@sound-and-video
|
-@sound-and-video
|
||||||
|
-@dial-up
|
||||||
|
-@input-methods
|
||||||
|
-@standard
|
||||||
|
|
||||||
# Add a web browser
|
# Add a web browser
|
||||||
firefox
|
@firefox
|
||||||
|
|
||||||
# Remove office suite
|
# Remove office suite
|
||||||
-libreoffice-*
|
-libreoffice-*
|
||||||
@@ -41,9 +44,11 @@ firefox
|
|||||||
# Drop things that pull in perl
|
# Drop things that pull in perl
|
||||||
-linux-atm
|
-linux-atm
|
||||||
|
|
||||||
# No printing
|
# No printing or scanning
|
||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
|
-sane-backends-drivers-scanners
|
||||||
|
-libsane-hpaio
|
||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
-aspell-*
|
-aspell-*
|
||||||
@@ -52,6 +57,7 @@ firefox
|
|||||||
|
|
||||||
# Help and art can be big, too
|
# Help and art can be big, too
|
||||||
-gnome-user-docs
|
-gnome-user-docs
|
||||||
|
-gnome-getting-started-docs
|
||||||
-evolution-help
|
-evolution-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-*backgrounds-extras
|
-*backgrounds-extras
|
||||||
@@ -60,7 +66,6 @@ firefox
|
|||||||
-krb5-auth-dialog
|
-krb5-auth-dialog
|
||||||
-krb5-workstation
|
-krb5-workstation
|
||||||
-pam_krb5
|
-pam_krb5
|
||||||
-quota
|
|
||||||
-nano
|
-nano
|
||||||
-dos2unix
|
-dos2unix
|
||||||
-finger
|
-finger
|
||||||
@@ -69,10 +74,8 @@ firefox
|
|||||||
-mtr
|
-mtr
|
||||||
-pinfo
|
-pinfo
|
||||||
-rsh
|
-rsh
|
||||||
-nfs-utils
|
|
||||||
-ypbind
|
-ypbind
|
||||||
-yp-tools
|
-yp-tools
|
||||||
-rpcbind
|
|
||||||
-acpid
|
-acpid
|
||||||
-ntsysv
|
-ntsysv
|
||||||
|
|
||||||
@@ -115,7 +118,7 @@ if [ -f /usr/share/applications/liveinst.desktop ]; then
|
|||||||
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'eclipse.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
favorite-apps=['firefox.desktop', 'org.qt-project.qtcreator.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
#include snippets/packagekit-cached-metadata.ks
|
#include snippets/packagekit-cached-metadata.ks
|
||||||
|
|
||||||
part / --size 6656
|
part / --size 7680
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ text
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
# Disabled for modular compose (for now)
|
# Disabled for modular compose (for now)
|
||||||
#firewall --enabled --service=mdns
|
#firewall --enabled --service=mdns
|
||||||
@@ -35,7 +34,6 @@ microdnf
|
|||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
grubby
|
grubby
|
||||||
kernel
|
kernel
|
||||||
libcrypt
|
|
||||||
sssd-client
|
sssd-client
|
||||||
dhcp-client
|
dhcp-client
|
||||||
-fedora-logos
|
-fedora-logos
|
||||||
@@ -57,8 +55,9 @@ dhcp-client
|
|||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
# 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_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 -q --qf '%{version}\n' fedora-modular-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
echo "Packages within this disk image"
|
echo "Packages within this disk image"
|
||||||
rpm -qa
|
rpm -qa
|
||||||
|
|||||||
30
fedora-neuro-gnome-common.ks
Normal file
30
fedora-neuro-gnome-common.ks
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# 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,12 +13,14 @@ vim-enhanced
|
|||||||
wget
|
wget
|
||||||
|
|
||||||
# Remove Pythons possibly recommended by tox
|
# Remove Pythons possibly recommended by tox
|
||||||
|
-python2
|
||||||
-python26
|
-python26
|
||||||
|
-python27
|
||||||
-python33
|
-python33
|
||||||
-python34
|
-python34
|
||||||
-python35
|
-python35
|
||||||
-python36
|
-python36
|
||||||
-python38
|
-python37
|
||||||
-pypy
|
-pypy
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
%include fedora-python-classroom-common.ks
|
%include fedora-python-classroom-common.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
ninja-ide
|
|
||||||
emacs
|
emacs
|
||||||
python3-matplotlib-tk
|
python3-matplotlib-tk
|
||||||
python3-pillow-tk
|
python3-pillow-tk
|
||||||
|
|||||||
@@ -56,13 +56,10 @@ gcc-gfortran
|
|||||||
# GUI for R
|
# GUI for R
|
||||||
rkward
|
rkward
|
||||||
|
|
||||||
# GUI for Octave
|
|
||||||
#qtoctave
|
|
||||||
|
|
||||||
# julia
|
# julia
|
||||||
# Comment out till build failure is sorted
|
julia
|
||||||
# julia
|
julia-doc
|
||||||
# julia-doc
|
julia-devel
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
@eclipse
|
@eclipse
|
||||||
@@ -70,7 +67,9 @@ rkward
|
|||||||
# Workaround for https://pagure.io/releng/issue/7814
|
# Workaround for https://pagure.io/releng/issue/7814
|
||||||
-eclipse-linuxtools-vagrant
|
-eclipse-linuxtools-vagrant
|
||||||
|
|
||||||
#spyder
|
python3-spyder
|
||||||
|
python3-spyder-kernels
|
||||||
|
|
||||||
|
|
||||||
#writing & publishing
|
#writing & publishing
|
||||||
emacs
|
emacs
|
||||||
@@ -91,8 +90,8 @@ openmpi
|
|||||||
openmpi-devel
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
libgomp
|
libgomp
|
||||||
mpi4py-openmpi
|
|
||||||
python3-mpi4py-openmpi
|
python3-mpi4py-openmpi
|
||||||
|
python3-mpi4py-mpich
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
@@ -114,7 +113,6 @@ libotf
|
|||||||
#root
|
#root
|
||||||
root
|
root
|
||||||
root-gui-fitpanel
|
root-gui-fitpanel
|
||||||
root-python
|
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
# torque
|
# torque
|
||||||
|
|||||||
@@ -9,6 +9,12 @@
|
|||||||
firewall --enabled --service=mdns,presence
|
firewall --enabled --service=mdns,presence
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
|
# == Core Sugar Platform ==
|
||||||
|
@sugar-desktop
|
||||||
|
|
||||||
|
# explicitly remove a bunch of extra stuff
|
||||||
|
-openbox
|
||||||
-@fonts
|
-@fonts
|
||||||
-@dial-up
|
-@dial-up
|
||||||
-@multimedia
|
-@multimedia
|
||||||
@@ -30,7 +36,8 @@ firewall --enabled --service=mdns,presence
|
|||||||
-abrt-cli
|
-abrt-cli
|
||||||
-ibus*
|
-ibus*
|
||||||
-hyperv-daemons
|
-hyperv-daemons
|
||||||
-webkit2gtk3-plugin-process-gtk2
|
-sane-backends
|
||||||
|
-sane-backends-drivers-scanners
|
||||||
|
|
||||||
# Add some extra fonts
|
# Add some extra fonts
|
||||||
dejavu-sans-fonts
|
dejavu-sans-fonts
|
||||||
@@ -40,38 +47,12 @@ aajohan-comfortaa-fonts
|
|||||||
sil-abyssinica-fonts
|
sil-abyssinica-fonts
|
||||||
vlgothic-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)
|
# Write breaks unless we do this (we don't need it anyway)
|
||||||
# enable for testing in the F17 dev cycle
|
|
||||||
@input-methods
|
@input-methods
|
||||||
|
|
||||||
# Needed for wifi, bluetooth and WWAN connection support
|
# Needed for wifi, bluetooth and WWAN connection support
|
||||||
@networkmanager-submodules
|
@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:
|
# Usefulness for DSL connections as per:
|
||||||
# http://bugs.sugarlabs.org/ticket/1951
|
# http://bugs.sugarlabs.org/ticket/1951
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
@@ -83,63 +64,24 @@ livecd-tools
|
|||||||
# Get the Sugar boot screen
|
# Get the Sugar boot screen
|
||||||
-plymouth-system-theme
|
-plymouth-system-theme
|
||||||
-plymouth-theme-charge
|
-plymouth-theme-charge
|
||||||
sugar-logos
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%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
|
# Get proper release naming in the control panel
|
||||||
cat >> /boot/olpc_build << EOF
|
cat >> /boot/olpc_build << EOF
|
||||||
Sugar on a Stick
|
Sugar on a Stick
|
||||||
EOF
|
EOF
|
||||||
cat /etc/fedora-release >> /boot/olpc_build
|
cat /etc/fedora-release >> /boot/olpc_build
|
||||||
|
|
||||||
# Add our activities to the favorites
|
# Rebuild initrd for Sugar boot screen
|
||||||
cat > /usr/share/sugar/data/activities.defaults << EOF
|
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
||||||
org.laptop.WebActivity
|
/usr/sbin/plymouth-set-default-theme sugar
|
||||||
org.laptop.HelpActivity
|
dracut -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||||
org.laptop.Chat
|
|
||||||
org.laptop.sugar.ReadActivity
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
org.laptop.sugar.GetBooksActivity
|
rm -f /var/lib/rpm/__db*
|
||||||
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
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
PREFERRED=/usr/bin/sugar
|
PREFERRED=/usr/bin/sugar
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
# Make sure to sync any additions / removals done here with
|
# Make sure to sync any additions / removals done here with
|
||||||
# workstation-product-environment in comps
|
# workstation-product-environment in comps
|
||||||
@base-x
|
@base-x
|
||||||
|
@container-management
|
||||||
@core
|
@core
|
||||||
@firefox
|
@firefox
|
||||||
@fonts
|
@fonts
|
||||||
|
|||||||
68
maintainers.toml
Normal file
68
maintainers.toml
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
[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