mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dee07da68 | ||
|
|
633fcc5fd2 | ||
|
|
eac1c05fec | ||
|
|
fba0552b3b | ||
|
|
bedb225129 | ||
|
|
e0a404e380 | ||
|
|
f719964831 | ||
|
|
189421d913 | ||
|
|
fe0d1b6aa8 | ||
|
|
6fa254e43d | ||
|
|
da0e8fc819 | ||
|
|
25acc64393 | ||
|
|
54fd297232 | ||
|
|
0e102deb16 | ||
|
|
049ddc06af | ||
|
|
86fdcfb160 | ||
|
|
b3f29156a0 | ||
|
|
e0561d3635 | ||
|
|
226ac356da | ||
|
|
fdac8b4519 | ||
|
|
358de365f3 | ||
|
|
e9b5e421e1 | ||
|
|
8f9181a408 | ||
|
|
1ecd01e3b6 | ||
|
|
a295461bbe | ||
|
|
3ceba512ec | ||
|
|
ca8ccf26e8 | ||
|
|
7210a74f20 | ||
|
|
1762ace394 | ||
|
|
d3f7464006 | ||
|
|
12a69e96a0 | ||
|
|
0d99c64eb2 |
@@ -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 net.ifnames=0 console=ttyS0,38400n8d"
|
||||
bootloader --timeout=0 --location=mbr --append="no_timer_check 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,12 +22,6 @@ 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,8 +31,7 @@ rootpw --lock --iscrypted locked
|
||||
|
||||
firewall --disabled
|
||||
|
||||
# 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"
|
||||
bootloader --timeout=1 --location=mbr --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||
|
||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# 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/dnf.
|
||||
# This base is a stripped back Fedora image without python3.
|
||||
# If you need that use the standard base image.
|
||||
|
||||
%include fedora-container-common.ks
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
microdnf
|
||||
dnf5
|
||||
-tzdata
|
||||
%end
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
sudo
|
||||
-glibc-langpack-en
|
||||
-langpacks-en
|
||||
|
||||
@@ -28,9 +28,8 @@ coreutils-common
|
||||
curl
|
||||
default-editor
|
||||
diffutils
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
dnf-plugins-core
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
-dosfstools
|
||||
-e2fsprogs
|
||||
fedora-release-toolbx
|
||||
@@ -68,7 +67,6 @@ openssh-clients
|
||||
openssl
|
||||
p11-kit
|
||||
pam
|
||||
passwd
|
||||
pigz
|
||||
-pinentry
|
||||
procps-ng
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
fedora-release-designsuite
|
||||
|
||||
# Provides backup application
|
||||
deja-dup
|
||||
#deja-dup-nautilus
|
||||
#deja-dup
|
||||
|
||||
# Add extra gnome applications
|
||||
#gnome-books
|
||||
|
||||
@@ -7,6 +7,5 @@ autopart --type=btrfs --noswap
|
||||
%packages
|
||||
-initial-setup
|
||||
-initial-setup-gui
|
||||
gnome-initial-setup
|
||||
|
||||
%end
|
||||
|
||||
@@ -10,9 +10,10 @@ fedora-repos-eln
|
||||
rootfiles
|
||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||
vim-minimal
|
||||
dnf
|
||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||
python3-dnf-plugins-core # https://github.com/fedora-eln/eln/issues/166
|
||||
|
||||
dnf5
|
||||
dnf5-plugins
|
||||
|
||||
sudo
|
||||
-glibc-langpack-en
|
||||
-langpacks-en
|
||||
|
||||
@@ -32,11 +32,10 @@ reboot
|
||||
# Packages
|
||||
%packages
|
||||
@core
|
||||
dnf
|
||||
dnf5
|
||||
kernel
|
||||
yum
|
||||
nfs-utils
|
||||
dnf-utils
|
||||
|
||||
# pull firmware packages out
|
||||
-aic94xx-firmware
|
||||
|
||||
@@ -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/40/${basearch}/iot
|
||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/41/${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/40/${arch}/iot"
|
||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/41/${arch}/iot"
|
||||
|
||||
# Make sure the ref we're supposedly sitting on (according
|
||||
# to the updated origin) exists.
|
||||
ostree refs "fedora-iot:fedora/40/${arch}/iot" --create "fedora-iot:fedora/40/${arch}/iot"
|
||||
ostree refs "fedora-iot:fedora/41/${arch}/iot" --create "fedora-iot:fedora/41/${arch}/iot"
|
||||
|
||||
# Remove the old ref so that the commit eventually gets cleaned up.
|
||||
ostree refs "fedora-iot:fedora/40/${arch}/iot" --delete
|
||||
ostree refs "fedora-iot:fedora/41/${arch}/iot" --delete
|
||||
|
||||
# delete/add the remote with new options to enable gpg verification
|
||||
# and to point them at the cdn url
|
||||
|
||||
@@ -22,8 +22,14 @@ 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
|
||||
fpack
|
||||
cfitsio-utils
|
||||
psfex
|
||||
scamp
|
||||
sextractor
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
%include fedora-live-kde.ks
|
||||
|
||||
# DVD size partition
|
||||
part / --size 10240 --fstype ext4
|
||||
part / --size 11264 --fstype ext4
|
||||
|
||||
#enable threaded irqs
|
||||
bootloader --append="threadirqs"
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
%include fedora-live-minimization.ks
|
||||
%include fedora-lxde-common.ks
|
||||
|
||||
# increate the disk size for compose
|
||||
part / --size 6144
|
||||
|
||||
%post
|
||||
# LXDE and LXDM configuration
|
||||
|
||||
|
||||
30
fedora-live-miraclewm.ks
Normal file
30
fedora-live-miraclewm.ks
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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 x3mboy and the Fedora Robotics SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/Robotics
|
||||
# mailto:x3mboy@fedoraproject.org
|
||||
# Maintained by lrossett and the Fedora Robotics SIG:
|
||||
# https://docs.fedoraproject.org/en-US/robotics-sig/
|
||||
# mailto:lrossett@redhat.com
|
||||
# mailto:robotics@lists.fedoraproject.org
|
||||
|
||||
%include fedora-live-base.ks
|
||||
|
||||
@@ -10,11 +10,7 @@
|
||||
#
|
||||
#include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 8192
|
||||
|
||||
%packages
|
||||
gnome-initial-setup
|
||||
%end
|
||||
part / --size 8576
|
||||
|
||||
%post
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%packages
|
||||
microdnf
|
||||
dnf5
|
||||
-@standard
|
||||
-initial-setup-gui
|
||||
-generic-release*
|
||||
|
||||
15
fedora-miraclewm-common.ks
Normal file
15
fedora-miraclewm-common.ks
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
microdnf
|
||||
dnf5
|
||||
glibc-minimal-langpack
|
||||
grubby
|
||||
kernel
|
||||
|
||||
@@ -30,7 +30,9 @@ 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
|
||||
|
||||
@@ -12,4 +12,7 @@
|
||||
-gfs2-utils
|
||||
-reiserfs-utils
|
||||
|
||||
# Exclude extra unwanted packages
|
||||
-python3-botocore
|
||||
|
||||
%end
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[spins.lxqt.x86_64]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
|
||||
[spins.lxqt.armhfp]
|
||||
fas = [ "lupinix", "zsun" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN" ]
|
||||
fas = [ "lupinix", "zsun", "farchord", "ngompa" ]
|
||||
maintainers = [ "Christian Dersch", "Zamir SUN", "Steve Cossette", "Neal Gompa" ]
|
||||
|
||||
[spins.xfce.x86_64]
|
||||
fas = [ "nonamedotc", "kevin", "maxamillion" ]
|
||||
@@ -71,16 +71,16 @@ fas = [ "scitech" ]
|
||||
maintainers = [ "SciTech SIG" ]
|
||||
|
||||
[labs.robotics.x86_64]
|
||||
fas = [ "x3mboy", "robotics-sig" ]
|
||||
maintainers = [ "Eduard Lucena", "Robotics SIG" ]
|
||||
fas = [ "lrossett", "robotics-sig" ]
|
||||
maintainers = [ "Leonardo Rossetti", "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" ]
|
||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
||||
fas = [ "sgallagh", "tdawson", "asamalik", "yselkowitz" ]
|
||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik", "Yaakov Selkowitz" ]
|
||||
|
||||
[spins.budgie.x86_64]
|
||||
fas = [ "joshstrobl" ]
|
||||
@@ -90,6 +90,10 @@ 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