mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 09:00:30 +08:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
531de62a15 | ||
|
|
465debb7c9 | ||
|
|
51eec3f2c3 | ||
|
|
b1e4e49696 | ||
|
|
6bb64d1c59 | ||
|
|
f2c6224ade | ||
|
|
9456429624 | ||
|
|
b5fc5fd17d | ||
|
|
bbd9f3c0e8 | ||
|
|
331ab0d31f | ||
|
|
4b2e10da5b | ||
|
|
75ad9f7fdb | ||
|
|
f02c61e527 | ||
|
|
b2324c3bd9 | ||
|
|
ad422e753f | ||
|
|
3fe657c2fe | ||
|
|
e4fa723598 | ||
|
|
899d623a4e | ||
|
|
7ec71ebb88 | ||
|
|
f2812c2e27 |
@@ -85,14 +85,14 @@ gtk-recordmydesktop
|
||||
gconf-editor
|
||||
dconf-editor
|
||||
nautilus-open-terminal
|
||||
iotop-c
|
||||
iotop
|
||||
htop
|
||||
|
||||
# Add favorite power-user tools
|
||||
mc
|
||||
vim
|
||||
nano
|
||||
wget2-wget
|
||||
wget
|
||||
|
||||
# Add dependencies for the welcome screen
|
||||
# (this makes it run also on non-GNOME systems)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# Don't show bootloader as it's impossible for the user to get to it in time
|
||||
# So we might as well not waste the 1 second on each boot.
|
||||
# https://cloud.google.com/compute/docs/import/import-existing-image
|
||||
bootloader --timeout=0 --location=mbr --append="no_timer_check console=ttyS0,38400n8d"
|
||||
bootloader --timeout=0 --location=mbr --append="no_timer_check net.ifnames=0 console=ttyS0,38400n8d"
|
||||
|
||||
# redefine `services` here to drop cloud-init systemd unit enablements from
|
||||
# fedora-cloud-base.ks since we don't use them.
|
||||
|
||||
@@ -22,6 +22,12 @@ rootpw vagrant
|
||||
bootloader --timeout=1 --location=mbr --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
||||
|
||||
%packages
|
||||
# The default koji Vagrantfile configuration uses rsync to sync files between
|
||||
# the vagrant host and the guest. It uses yum to verify that rsync is present
|
||||
# and/or install it if it is not. It will fail without adding the yum compat
|
||||
# layer for dnf
|
||||
# TODO: Teach vagrant about dnf
|
||||
dnf-yum
|
||||
# rsync gets installed when the Vagrant box is first launched on the
|
||||
# users setup. This can actually take a bit of time. Just fold it
|
||||
# in to the base box disk image
|
||||
|
||||
@@ -31,7 +31,8 @@ rootpw --lock --iscrypted locked
|
||||
|
||||
firewall --disabled
|
||||
|
||||
bootloader --timeout=1 --location=mbr --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||
# We pass net.ifnames=0 because we always want to use eth0 here on all the cloud images.
|
||||
bootloader --timeout=1 --location=mbr --append="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8"
|
||||
|
||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# See fedora-container-common.ks for details on how to hack on container image kickstarts
|
||||
# This base is a stripped back Fedora image without python3.
|
||||
# This base is a stripped back Fedora image without python3/dnf.
|
||||
# If you need that use the standard base image.
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
dnf5
|
||||
-tzdata
|
||||
microdnf
|
||||
|
||||
%end
|
||||
|
||||
%post --erroronfail --log=/root/anaconda-post.log
|
||||
@@ -33,6 +33,11 @@ rm -fv /usr/bin/pinky
|
||||
# we lose presets by removing /usr/lib/systemd but we do not care
|
||||
rm -rfv /usr/lib/systemd
|
||||
|
||||
# if you want to change the timezone, bind-mount it from the host or reinstall tzdata
|
||||
rm -fv /etc/localtime
|
||||
mv /usr/share/zoneinfo/UTC /etc/localtime
|
||||
rm -rfv /usr/share/zoneinfo
|
||||
|
||||
# Final pruning
|
||||
rm -rfv /var/cache/* /var/log/* /tmp/*
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
sudo
|
||||
-glibc-langpack-en
|
||||
-langpacks-en
|
||||
|
||||
@@ -35,7 +35,6 @@ fedora-release-container
|
||||
bash
|
||||
coreutils
|
||||
glibc-minimal-langpack
|
||||
tzdata
|
||||
rpm
|
||||
util-linux-core
|
||||
-kernel
|
||||
|
||||
@@ -26,13 +26,13 @@ bzip2
|
||||
coreutils
|
||||
coreutils-common
|
||||
curl
|
||||
default-editor
|
||||
diffutils
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
dnf-plugins-core
|
||||
-dosfstools
|
||||
-e2fsprogs
|
||||
fedora-release-toolbx
|
||||
fedora-release-container
|
||||
findutils
|
||||
flatpak-spawn
|
||||
fpaste
|
||||
@@ -62,11 +62,13 @@ man-pages
|
||||
mesa-dri-drivers
|
||||
mesa-vulkan-drivers
|
||||
mtr
|
||||
nano-default-editor
|
||||
nss-mdns
|
||||
openssh-clients
|
||||
openssl
|
||||
p11-kit
|
||||
pam
|
||||
passwd
|
||||
pigz
|
||||
-pinentry
|
||||
procps-ng
|
||||
@@ -90,14 +92,13 @@ time
|
||||
traceroute
|
||||
tree
|
||||
-trousers
|
||||
tzdata
|
||||
unzip
|
||||
util-linux
|
||||
util-linux-core
|
||||
vim-minimal
|
||||
vte-profile
|
||||
vulkan-loader
|
||||
wget2-wget
|
||||
wget
|
||||
which
|
||||
whois
|
||||
words
|
||||
@@ -162,55 +163,6 @@ rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316
|
||||
# Final pruning
|
||||
rm -rfv /var/cache/* /var/log/* /tmp/*
|
||||
|
||||
# Check if specified files exist
|
||||
declare -a files=(
|
||||
# bash
|
||||
"/usr/share/man/man1/bash.1*"
|
||||
"/usr/share/man/man1/cd.1*"
|
||||
"/usr/share/man/man1/export.1*"
|
||||
# coreutils-common
|
||||
"/usr/share/man/man1/cat.1*"
|
||||
"/usr/share/man/man1/cp.1*"
|
||||
"/usr/share/man/man1/ls.1*"
|
||||
# gnupg2
|
||||
"/usr/share/man/man1/gpg2.1*"
|
||||
"/usr/share/man/man7/gnupg2.7*"
|
||||
# psmisc
|
||||
"/usr/share/man/fr/man1/pstree.1*"
|
||||
"/usr/share/man/ko/man1/pstree.1*"
|
||||
"/usr/share/man/man1/pstree.1*"
|
||||
# rpm
|
||||
"/usr/share/man/man8/rpm.8*"
|
||||
"/usr/share/man/man8/rpm2cpio.8*"
|
||||
# shadow-utils
|
||||
"/usr/share/man/fr/man8/useradd.8*"
|
||||
"/usr/share/man/ja/man8/useradd.8*"
|
||||
"/usr/share/man/man8/useradd.8*"
|
||||
# util-linux
|
||||
"/usr/share/man/man1/cal.1.*"
|
||||
"/usr/share/man/man1/getopt.1*"
|
||||
"/usr/share/man/man1/hexdump.1*"
|
||||
# util-linux-core
|
||||
"/usr/share/man/man1/kill.1*"
|
||||
"/usr/share/man/man8/mount.8*"
|
||||
# xz
|
||||
"/usr/share/man/fr/man1/xz.1*"
|
||||
"/usr/share/man/ko/man1/xz.1*"
|
||||
"/usr/share/man/man1/xz.1*"
|
||||
)
|
||||
|
||||
ret_val=0
|
||||
for file in "${files[@]}"; do
|
||||
if ! compgen -G "$file" >/dev/null; then
|
||||
echo "$file: No such file or directory" >&2
|
||||
ret_val=1
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "$ret_val" -ne 0 ]; then
|
||||
false
|
||||
fi
|
||||
%end
|
||||
|
||||
# Perform any necessary post-installation configurations specific to Fedora Toolbox (nochroot environment)
|
||||
@@ -219,6 +171,36 @@ fi
|
||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
||||
set -eux
|
||||
|
||||
# Check if specified files exist
|
||||
#declare -a files=(
|
||||
# "/usr/share/man/man1/bash.1*"
|
||||
# "/usr/share/man/man1/cd.1*"
|
||||
# "/usr/share/man/man1/export.1*"
|
||||
# "/usr/share/man/man1/cat.1*"
|
||||
# "/usr/share/man/man1/cp.1*"
|
||||
# "/usr/share/man/man1/ls.1*"
|
||||
# "/usr/share/man/man1/gpg2.1*"
|
||||
# "/usr/share/man/man7/gnupg2.7*"
|
||||
# "/usr/share/man/fr/man8/rpm.8*"
|
||||
# "/usr/share/man/ja/man8/rpm.8*"
|
||||
# "/usr/share/man/man8/rpm.8*"
|
||||
# "/usr/share/man/man1/kill.1*"
|
||||
# "/usr/share/man/man8/mount.8*"
|
||||
#)
|
||||
|
||||
#ret_val=0
|
||||
#for file in "${files[@]}"; do
|
||||
# if ! compgen -G "$file" >/dev/null; then
|
||||
# echo "$file: No such file or directory" >&2
|
||||
# ret_val=1
|
||||
# break
|
||||
# fi
|
||||
#done
|
||||
|
||||
#if [ "$ret_val" -ne 0 ]; then
|
||||
# false
|
||||
#fi
|
||||
|
||||
# Clean up dnf cache
|
||||
dnf clean all
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
fedora-release-designsuite
|
||||
|
||||
# Provides backup application
|
||||
#deja-dup
|
||||
deja-dup
|
||||
#deja-dup-nautilus
|
||||
|
||||
# Add extra gnome applications
|
||||
#gnome-books
|
||||
|
||||
@@ -26,7 +26,8 @@ fedora-release-server
|
||||
|
||||
# setup systemd to boot to the right runlevel
|
||||
echo -n "Setting default runlevel to multiuser text mode"
|
||||
systemctl set-default multi-user.target
|
||||
rm -f /etc/systemd/system/default.target
|
||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||
echo .
|
||||
|
||||
%end
|
||||
|
||||
@@ -17,6 +17,6 @@ glibc-all-langpacks
|
||||
|
||||
%post
|
||||
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
||||
systemctl set-default graphical.target
|
||||
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
||||
|
||||
%end
|
||||
|
||||
@@ -10,10 +10,8 @@ fedora-repos-eln
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
sudo
|
||||
-glibc-langpack-en
|
||||
-langpacks-en
|
||||
|
||||
@@ -32,10 +32,11 @@ reboot
|
||||
# Packages
|
||||
%packages
|
||||
@core
|
||||
dnf5
|
||||
dnf
|
||||
kernel
|
||||
yum
|
||||
nfs-utils
|
||||
dnf-utils
|
||||
|
||||
# pull firmware packages out
|
||||
-aic94xx-firmware
|
||||
@@ -135,7 +136,8 @@ passwd -l root
|
||||
|
||||
# setup systemd to boot to the right runlevel
|
||||
echo -n "Setting default runlevel to multiuser text mode"
|
||||
systemctl set-default multi-user.target
|
||||
rm -f /etc/systemd/system/default.target
|
||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||
echo .
|
||||
|
||||
# this is installed by default but we don't need it in virt
|
||||
|
||||
@@ -21,7 +21,7 @@ thunar
|
||||
gnome-keyring-pam
|
||||
# Admin tools are handy to have
|
||||
@admin-tools
|
||||
wget2-wget
|
||||
wget
|
||||
# Better more popular browser
|
||||
system-config-printer
|
||||
# Install XFCE polkit
|
||||
|
||||
@@ -19,7 +19,7 @@ autopart --nohome --noswap --type=plain
|
||||
|
||||
# Equivalent of %include fedora-repo.ks
|
||||
# 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/41/${basearch}/iot
|
||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/39/${basearch}/iot
|
||||
|
||||
reboot
|
||||
|
||||
@@ -34,14 +34,14 @@ fi
|
||||
|
||||
# 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.
|
||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/41/${arch}/iot"
|
||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/39/${arch}/iot"
|
||||
|
||||
# Make sure the ref we're supposedly sitting on (according
|
||||
# to the updated origin) exists.
|
||||
ostree refs "fedora-iot:fedora/41/${arch}/iot" --create "fedora-iot:fedora/41/${arch}/iot"
|
||||
ostree refs "fedora-iot:fedora/39/${arch}/iot" --create "fedora-iot:fedora/39/${arch}/iot"
|
||||
|
||||
# Remove the old ref so that the commit eventually gets cleaned up.
|
||||
ostree refs "fedora-iot:fedora/41/${arch}/iot" --delete
|
||||
ostree refs "fedora-iot:fedora/39/${arch}/iot" --delete
|
||||
|
||||
# delete/add the remote with new options to enable gpg verification
|
||||
# and to point them at the cdn url
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
@kde-apps
|
||||
@kde-media
|
||||
@kde-pim
|
||||
# Ensure we have Anaconda initial setup using kwin
|
||||
@kde-spin-initial-setup
|
||||
@libreoffice
|
||||
# add libreoffice-draw and libreoffice-math (pagureio:fedora-kde/SIG#103)
|
||||
libreoffice-draw
|
||||
@@ -22,14 +20,8 @@ fedora-release-kde
|
||||
-tracker-miners
|
||||
-tracker
|
||||
|
||||
# Not needed on desktops. See: https://pagure.io/fedora-kde/SIG/issue/566
|
||||
-mariadb-server-utils
|
||||
|
||||
### The KDE-Desktop
|
||||
|
||||
# fedora-specific packages
|
||||
plasma-welcome-fedora
|
||||
|
||||
### fixes
|
||||
|
||||
# minimal localization support - allows installing the kde-l10n-* packages
|
||||
|
||||
@@ -33,7 +33,7 @@ part / --size 16000
|
||||
astrometry
|
||||
astrometry-tycho2
|
||||
cdsclient
|
||||
cfitsio-utils
|
||||
fpack
|
||||
psfex
|
||||
scamp
|
||||
sextractor
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-i3-common.ks
|
||||
|
||||
# need a bigger /
|
||||
part / --size 6000
|
||||
|
||||
%post
|
||||
# i3 configuration
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
%include fedora-live-kde.ks
|
||||
|
||||
# DVD size partition
|
||||
part / --size 11264 --fstype ext4
|
||||
part / --size 10240 --fstype ext4
|
||||
|
||||
#enable threaded irqs
|
||||
bootloader --append="threadirqs"
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-lxde-common.ks
|
||||
|
||||
# increate the disk size for compose
|
||||
part / --size 6144
|
||||
|
||||
%post
|
||||
# LXDE and LXDM configuration
|
||||
|
||||
|
||||
@@ -11,9 +11,6 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-lxqt-common.ks
|
||||
|
||||
# need a bigger /
|
||||
part / --size 6000
|
||||
|
||||
%packages
|
||||
dracut-config-generic
|
||||
%end
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# fedora-livecd-miraclewm.ks
|
||||
#
|
||||
# Description:
|
||||
# - Fedora Live Spin with the tiling window manager Miracle
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Matthew Kosarek <mattkae@fedoraproject.org>
|
||||
# - Neal Gompa <ngompa@fedoraproject.org>
|
||||
|
||||
%include fedora-live-base.ks
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-miraclewm-common.ks
|
||||
|
||||
%packages
|
||||
# To be able to show installation instructions on background
|
||||
nwg-wrapper
|
||||
%end
|
||||
|
||||
%post
|
||||
# create /etc/sysconfig/desktop (needed for installation)
|
||||
cat > /etc/sysconfig/desktop <<EOF
|
||||
PREFERRED=/usr/bin/miraclewm
|
||||
DISPLAYMANAGER=/bin/sddm
|
||||
EOF
|
||||
|
||||
# set livesys session type
|
||||
sed -i 's/^livesys_session=.*/livesys_session="miraclewm"/' /etc/sysconfig/livesys
|
||||
|
||||
%end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Maintained by lrossett and the Fedora Robotics SIG:
|
||||
# https://docs.fedoraproject.org/en-US/robotics-sig/
|
||||
# mailto:lrossett@redhat.com
|
||||
# Maintained by x3mboy and the Fedora Robotics SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/Robotics
|
||||
# mailto:x3mboy@fedoraproject.org
|
||||
# mailto:robotics@lists.fedoraproject.org
|
||||
|
||||
%include fedora-live-base.ks
|
||||
@@ -19,6 +19,7 @@ part / --size 10752
|
||||
pcl-devel
|
||||
player-devel
|
||||
stage-devel
|
||||
mrpt-devel
|
||||
|
||||
# Add version control packages
|
||||
git
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-scientific-common.ks
|
||||
|
||||
part / --size 17000
|
||||
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||
part / --size 15000
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# - A Sugar environment that you can carry in your pocket
|
||||
#
|
||||
# Maintainers:
|
||||
# - Chihurumnaya Ibiam <ibiam AT sugarlabs DOT org>
|
||||
# - Chihurumnaya Ibiam <ibiamchihurumnaya AT gmail DOT com>
|
||||
# - Alex Perez <aperez AT alexperez DOT com>
|
||||
|
||||
%include fedora-live-base.ks
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#
|
||||
#include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 8576
|
||||
part / --size 7750
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
@lxde-media
|
||||
@lxde-office
|
||||
|
||||
# FIXME: can be omitted once comps is updated
|
||||
midori
|
||||
|
||||
# pam-fprint causes a segfault in LXDM when enabled
|
||||
-fprintd-pam
|
||||
|
||||
|
||||
@@ -20,6 +20,12 @@ fusion-icon
|
||||
# blacklist applications which breaks mate-desktop
|
||||
-audacious
|
||||
|
||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=2068699
|
||||
# and https://bugzilla.redhat.com/show_bug.cgi?id=1933494
|
||||
# use earlyoom instead of systemd-oomd-defaults
|
||||
earlyoom
|
||||
-systemd-oomd-defaults
|
||||
|
||||
# office
|
||||
@libreoffice
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%packages
|
||||
dnf5
|
||||
microdnf
|
||||
-@standard
|
||||
-initial-setup-gui
|
||||
-generic-release*
|
||||
@@ -17,7 +17,8 @@ NetworkManager-wifi
|
||||
|
||||
# setup systemd to boot to the right runlevel
|
||||
echo -n "Setting default runlevel to multiuser text mode"
|
||||
systemctl set-default multi-user.target
|
||||
rm -f /etc/systemd/system/default.target
|
||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||
echo .
|
||||
|
||||
%end
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
# fedora-livecd-miraclewm.ks
|
||||
#
|
||||
# Description:
|
||||
# - Fedora Live Spin with the tiling window manager Miracle
|
||||
#
|
||||
# Maintainer(s):
|
||||
# - Matthew Kosarek <mattkae@fedoraproject.org>
|
||||
# - Neal Gompa <ngompa@fedoraproject.org>
|
||||
|
||||
%packages
|
||||
fedora-release-miraclewm
|
||||
@^miraclewm-desktop-environment
|
||||
@firefox
|
||||
initial-setup-gui-wayland-miraclewm
|
||||
%end
|
||||
@@ -31,7 +31,7 @@ coreutils-single
|
||||
util-linux
|
||||
rpm
|
||||
shadow-utils
|
||||
dnf5
|
||||
microdnf
|
||||
glibc-minimal-langpack
|
||||
grubby
|
||||
kernel
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
nano
|
||||
openssh-clients
|
||||
vim-enhanced
|
||||
wget2-wget
|
||||
wget
|
||||
|
||||
# Remove Pythons possibly recommended by tox
|
||||
-python2
|
||||
@@ -30,9 +30,7 @@ wget2-wget
|
||||
-python3.9
|
||||
-python3.10
|
||||
-python3.11
|
||||
-python3.12
|
||||
-pypy
|
||||
-pypy3.9
|
||||
|
||||
# Remove LaTeX, see https://bugzilla.redhat.com/show_bug.cgi?id=1862450
|
||||
# and https://bugzilla.redhat.com/show_bug.cgi?id=1902354
|
||||
|
||||
@@ -193,7 +193,8 @@ sync /
|
||||
|
||||
# setup systemd to boot to the right runlevel
|
||||
echo -n "Setting default runlevel to multiuser text mode"
|
||||
systemctl set-default multi-user.target
|
||||
rm -f /etc/systemd/system/default.target
|
||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||
echo .
|
||||
|
||||
%end
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# - A Sugar environment that you can carry in your pocket
|
||||
#
|
||||
# Maintainers:
|
||||
# - Chihurumnaya Ibiam <ibiam AT sugarlabs DOT org>
|
||||
# - Chihurumnaya Ibiam <ibiamchihurumnaya AT gmail DOT com>
|
||||
# - Alex Perez <aperez AT alexperez DOT com>
|
||||
|
||||
firewall --enabled --service=mdns,presence
|
||||
|
||||
@@ -12,7 +12,4 @@
|
||||
-gfs2-utils
|
||||
-reiserfs-utils
|
||||
|
||||
# Exclude extra unwanted packages
|
||||
-python3-botocore
|
||||
|
||||
%end
|
||||
|
||||
@@ -19,7 +19,7 @@ fedora-release-xfce
|
||||
@xfce-media
|
||||
@xfce-office
|
||||
|
||||
wget2-wget
|
||||
wget
|
||||
system-config-printer
|
||||
|
||||
# save some space
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[spins.lxqt.x86_64]
|
||||
fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
[spins.lxqt.armhfp]
|
||||
fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
|
||||
[spins.xfce.x86_64]
|
||||
fas = [ "nonamedotc", "kevin", "maxamillion" ]
|
||||
@@ -71,16 +71,16 @@ fas = [ "scitech" ]
|
||||
maintainers = [ "SciTech SIG" ]
|
||||
|
||||
[labs.robotics.x86_64]
|
||||
fas = [ "lrossett", "robotics-sig" ]
|
||||
maintainers = [ "Leonardo Rossetti", "Robotics SIG" ]
|
||||
fas = [ "x3mboy", "robotics-sig" ]
|
||||
maintainers = [ "Eduard Lucena", "Robotics SIG" ]
|
||||
|
||||
[spins.i3.x86_64]
|
||||
fas = [ "jflory7", "defolos", "nasirhm", "odilhao", "x3mboy" ]
|
||||
maintainers = [ "Justin Flory", "Dan Čermák", "Nasir Hussain", "Odilon Junior", "Eduard Lucena" ]
|
||||
|
||||
[eln]
|
||||
fas = [ "sgallagh", "tdawson", "asamalik", "yselkowitz" ]
|
||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik", "Yaakov Selkowitz" ]
|
||||
fas = [ "sgallagh", "tdawson", "asamalik" ]
|
||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
||||
|
||||
[spins.budgie.x86_64]
|
||||
fas = [ "joshstrobl" ]
|
||||
@@ -90,10 +90,6 @@ maintainers = [ "Joshua Strobl" ]
|
||||
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||
|
||||
[spins.miraclewm.x86_64]
|
||||
fas = [ "mattkae", "ngompa" ]
|
||||
maintainers = [ "Matthew Kosarek", "Neal Gompa" ]
|
||||
|
||||
[silverblue.x86_64]
|
||||
fas = [ "siosm", "tpopela" ]
|
||||
maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
|
||||
|
||||
Reference in New Issue
Block a user