mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 09:30:30 +08:00
Compare commits
79 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
531de62a15 | ||
|
|
465debb7c9 | ||
|
|
51eec3f2c3 | ||
|
|
b1e4e49696 | ||
|
|
6bb64d1c59 | ||
|
|
f2c6224ade | ||
|
|
9456429624 | ||
|
|
b5fc5fd17d | ||
|
|
bbd9f3c0e8 | ||
|
|
331ab0d31f | ||
|
|
4b2e10da5b | ||
|
|
75ad9f7fdb | ||
|
|
f02c61e527 | ||
|
|
b2324c3bd9 | ||
|
|
ad422e753f | ||
|
|
3fe657c2fe | ||
|
|
e4fa723598 | ||
|
|
899d623a4e | ||
|
|
7ec71ebb88 | ||
|
|
f2812c2e27 | ||
|
|
f7bf98d3af | ||
|
|
fe345ff841 | ||
|
|
f716f34b6d | ||
|
|
b41eb6bd15 | ||
|
|
8eda3b701e | ||
|
|
37c6d6a36b | ||
|
|
4b01281a76 | ||
|
|
d3c38de593 | ||
|
|
02439d3a30 | ||
|
|
b24aea7e68 | ||
|
|
d84d3e61e0 | ||
|
|
41a8487712 | ||
|
|
eba3a2bb43 | ||
|
|
e095131572 | ||
|
|
48e2c3b559 | ||
|
|
13cc5064a6 | ||
|
|
f7a4600d63 | ||
|
|
5379721302 | ||
|
|
c3b160775a | ||
|
|
f189c61f01 | ||
|
|
a36d95e85f | ||
|
|
efcff0a4c2 | ||
|
|
28856f3e87 | ||
|
|
73f8848dab | ||
|
|
77aa7d21ec | ||
|
|
d44791744a | ||
|
|
2a5abd55f5 | ||
|
|
0f52405431 | ||
|
|
89fe3c8395 | ||
|
|
17178da61a | ||
|
|
fae2f44160 | ||
|
|
101c5ac63a | ||
|
|
6f645b8388 | ||
|
|
fde0309298 | ||
|
|
883f4efa8e | ||
|
|
1a41824efe | ||
|
|
e1efabcb98 | ||
|
|
4b316e74e6 | ||
|
|
42058f27ea | ||
|
|
2f14b1e16a | ||
|
|
932b8b6631 | ||
|
|
fbf2a36b91 | ||
|
|
947772dccb | ||
|
|
83d02d4bc4 | ||
|
|
97e213c26c | ||
|
|
9aab489ca3 | ||
|
|
879a7d7409 | ||
|
|
23d6b8859c | ||
|
|
bd8d33d5c2 | ||
|
|
3d653e54ca | ||
|
|
6777f93407 | ||
|
|
9d425b726b | ||
|
|
465fbc37bd | ||
|
|
50c5a23285 | ||
|
|
b26c70852e | ||
|
|
240d5d188b | ||
|
|
1dc8e59de1 | ||
|
|
6d741ddcf0 | ||
|
|
9b4ecbd232 |
@@ -111,7 +111,7 @@ firefox
|
|||||||
|
|
||||||
# "EOF" is quoted so that variables are not expanded. Search for "here-document"
|
# "EOF" is quoted so that variables are not expanded. Search for "here-document"
|
||||||
# in man bash.
|
# in man bash.
|
||||||
cat >> /etc/rc.d/init.d/livesys << "EOF"
|
cat >> /var/lib/livesys/livesys-session-extra << "EOF"
|
||||||
|
|
||||||
# Create Test Day welcome screen
|
# Create Test Day welcome screen
|
||||||
# Note that shebang must be written this way, else it is considered as comment
|
# Note that shebang must be written this way, else it is considered as comment
|
||||||
|
|||||||
23
fedora-budgie-common.ks
Normal file
23
fedora-budgie-common.ks
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
%packages
|
||||||
|
fedora-release-budgie
|
||||||
|
|
||||||
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
||||||
|
-@dial-up
|
||||||
|
-@input-methods
|
||||||
|
-@standard
|
||||||
|
|
||||||
|
# Install budgie environment
|
||||||
|
@^budgie-desktop-environment
|
||||||
|
|
||||||
|
# recommended apps
|
||||||
|
@budgie-desktop-apps
|
||||||
|
@libreoffice
|
||||||
|
libreoffice-draw
|
||||||
|
libreoffice-math
|
||||||
|
thunderbird
|
||||||
|
|
||||||
|
# Exclude unwanted packages from @anaconda-tools group
|
||||||
|
-gfs2-utils
|
||||||
|
-reiserfs-utils
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -14,7 +14,6 @@ fedora-release-cinnamon
|
|||||||
@^cinnamon-desktop-environment
|
@^cinnamon-desktop-environment
|
||||||
|
|
||||||
@libreoffice
|
@libreoffice
|
||||||
parole
|
|
||||||
rhythmbox
|
rhythmbox
|
||||||
|
|
||||||
# extra backgrounds
|
# extra backgrounds
|
||||||
|
|||||||
24
fedora-cloud-base-azure.ks
Normal file
24
fedora-cloud-base-azure.ks
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# This is a basic Fedora cloud spin designed to work with Azure.
|
||||||
|
|
||||||
|
# Inherit from cloud base
|
||||||
|
%include fedora-cloud-base.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# Fedora Cloud Base includes the qemu guest agent and it is not
|
||||||
|
# required for Azure: https://pagure.io/cloud-sig/issue/319
|
||||||
|
-qemu-guest-agent
|
||||||
|
WALinuxAgent
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post --erroronfail
|
||||||
|
cat > /etc/ssh/sshd_config.d/50-client-alive-interval.conf << EOF
|
||||||
|
ClientAliveInterval 120
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat >> /etc/chrony.conf << EOF
|
||||||
|
|
||||||
|
# Azure's virtual time source:
|
||||||
|
# https://docs.microsoft.com/en-us/azure/virtual-machines/linux/time-sync#check-for-ptp-clock-source
|
||||||
|
refclock PHC /dev/ptp_hyperv poll 3 dpoll -2 offset 0
|
||||||
|
EOF
|
||||||
|
%end
|
||||||
@@ -18,6 +18,9 @@ services --enabled=sshd
|
|||||||
%packages
|
%packages
|
||||||
# GCP provides its own guest environment.
|
# GCP provides its own guest environment.
|
||||||
google-compute-engine-guest-configs
|
google-compute-engine-guest-configs
|
||||||
|
# BZ 2193039: Ensure additional packages are present for ssh access management
|
||||||
|
google-compute-engine-oslogin
|
||||||
|
google-guest-agent
|
||||||
-cloud-init
|
-cloud-init
|
||||||
# Fedora Cloud Base includes the qemu guest agent. GCP prefers
|
# Fedora Cloud Base includes the qemu guest agent. GCP prefers
|
||||||
# that it not be installed https://pagure.io/cloud-sig/issue/319
|
# that it not be installed https://pagure.io/cloud-sig/issue/319
|
||||||
|
|||||||
@@ -57,6 +57,13 @@ reboot
|
|||||||
# Include packages for the cloud-server-environment group
|
# Include packages for the cloud-server-environment group
|
||||||
@^cloud-server-environment
|
@^cloud-server-environment
|
||||||
|
|
||||||
|
# Install the tracer dnf plugin to enable automatic reboots
|
||||||
|
# IF the user requests package updates
|
||||||
|
# AND requests a reboot
|
||||||
|
# AND the packages updated require a reboot.
|
||||||
|
# https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates
|
||||||
|
python3-dnf-plugin-tracer
|
||||||
|
|
||||||
# Don't include the kernel toplevel package since it pulls in
|
# Don't include the kernel toplevel package since it pulls in
|
||||||
# kernel-modules. We're happy for now with kernel-core.
|
# kernel-modules. We're happy for now with kernel-core.
|
||||||
-kernel
|
-kernel
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
rootfiles
|
rootfiles
|
||||||
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
|
||||||
fedora-repos-modular
|
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||||
vim-minimal
|
vim-minimal
|
||||||
dnf
|
dnf
|
||||||
|
|||||||
207
fedora-container-toolbox.ks
Normal file
207
fedora-container-toolbox.ks
Normal file
@@ -0,0 +1,207 @@
|
|||||||
|
# Kickstart file for Fedora Toolbox
|
||||||
|
|
||||||
|
# See fedora-container-common.ks for details on how to hack on container image kickstarts
|
||||||
|
|
||||||
|
text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
|
||||||
|
bootloader --disabled
|
||||||
|
timezone --isUtc Etc/UTC
|
||||||
|
timesource --ntp-disable
|
||||||
|
rootpw --lock --iscrypted locked
|
||||||
|
keyboard us
|
||||||
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
|
reboot
|
||||||
|
|
||||||
|
# boot partitions are irrelevant as the final docker image is a tarball
|
||||||
|
zerombr
|
||||||
|
clearpart --all
|
||||||
|
autopart --noboot --nohome --noswap --nolvm
|
||||||
|
|
||||||
|
# Install packages
|
||||||
|
%packages --nocore
|
||||||
|
acl
|
||||||
|
bash
|
||||||
|
bash-completion
|
||||||
|
bc
|
||||||
|
bzip2
|
||||||
|
coreutils
|
||||||
|
coreutils-common
|
||||||
|
curl
|
||||||
|
diffutils
|
||||||
|
dnf
|
||||||
|
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||||
|
dnf-plugins-core
|
||||||
|
-dosfstools
|
||||||
|
-e2fsprogs
|
||||||
|
fedora-release-container
|
||||||
|
findutils
|
||||||
|
flatpak-spawn
|
||||||
|
fpaste
|
||||||
|
-fuse-libs
|
||||||
|
gawk
|
||||||
|
git
|
||||||
|
-glibc-minimal-langpack
|
||||||
|
glibc-all-langpacks
|
||||||
|
gnupg2
|
||||||
|
gnupg2-smime
|
||||||
|
grep
|
||||||
|
-grubby
|
||||||
|
gvfs-client
|
||||||
|
gzip
|
||||||
|
hostname
|
||||||
|
iproute
|
||||||
|
iputils
|
||||||
|
-kernel
|
||||||
|
keyutils
|
||||||
|
krb5-libs
|
||||||
|
less
|
||||||
|
libcap
|
||||||
|
-libss
|
||||||
|
lsof
|
||||||
|
man-db
|
||||||
|
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
|
||||||
|
psmisc
|
||||||
|
python3
|
||||||
|
rootfiles
|
||||||
|
rpm
|
||||||
|
rsync
|
||||||
|
sed
|
||||||
|
shadow-utils
|
||||||
|
-shared-mime-info
|
||||||
|
-sssd-client
|
||||||
|
sudo
|
||||||
|
# This is a weak dependency of systemd, we do not want
|
||||||
|
# this in the container; see
|
||||||
|
# https://github.com/containers/toolbox/issues/1410
|
||||||
|
-systemd-resolved
|
||||||
|
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||||
|
tcpdump
|
||||||
|
time
|
||||||
|
traceroute
|
||||||
|
tree
|
||||||
|
-trousers
|
||||||
|
unzip
|
||||||
|
util-linux
|
||||||
|
util-linux-core
|
||||||
|
vim-minimal
|
||||||
|
vte-profile
|
||||||
|
vulkan-loader
|
||||||
|
wget
|
||||||
|
which
|
||||||
|
whois
|
||||||
|
words
|
||||||
|
-xkeyboard-config
|
||||||
|
xorg-x11-xauth
|
||||||
|
xz
|
||||||
|
zip
|
||||||
|
%end
|
||||||
|
|
||||||
|
# Pre-installation commands
|
||||||
|
%pre
|
||||||
|
# Copy README.md
|
||||||
|
cp /README.md /mnt/sysimage/README.md
|
||||||
|
|
||||||
|
# Remove macros.image-language-conf file
|
||||||
|
rm -f /mnt/sysimage/etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
|
# Remove 'tsflags=nodocs' line from dnf.conf
|
||||||
|
sed -i '/tsflags=nodocs/d' /mnt/sysimage/etc/dnf/dnf.conf
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post --erroronfail --log=/root/anaconda-post.log
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
# 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
|
||||||
|
echo "Import RPM GPG key"
|
||||||
|
releasever=$(rpm --eval '%{?fedora}')
|
||||||
|
|
||||||
|
# When building ELN containers, we don't have the %{fedora} macro
|
||||||
|
if [ -z $releasever ]; then
|
||||||
|
releasever=eln
|
||||||
|
fi
|
||||||
|
|
||||||
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
|
|
||||||
|
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||||
|
|
||||||
|
# Remove machine-id on pre generated images
|
||||||
|
rm -f /etc/machine-id
|
||||||
|
touch /etc/machine-id
|
||||||
|
|
||||||
|
echo "# resolv placeholder" > /etc/resolv.conf
|
||||||
|
chmod 644 /etc/resolv.conf
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
|
||||||
|
# Fix /run/lock breakage since it's not tmpfs in docker
|
||||||
|
# This unmounts /run (tmpfs) and then recreates the files
|
||||||
|
# in the /run directory on the root filesystem of the container
|
||||||
|
#
|
||||||
|
# We ignore the return code of the systemd-tmpfiles command because
|
||||||
|
# at this point we have already removed the /etc/machine-id and all
|
||||||
|
# tmpfiles lines with %m in them will fail and cause a bad return
|
||||||
|
# code. Example failure:
|
||||||
|
# [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
|
||||||
|
#
|
||||||
|
umount /run
|
||||||
|
rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316
|
||||||
|
|
||||||
|
# Final pruning
|
||||||
|
rm -rfv /var/cache/* /var/log/* /tmp/*
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
# Perform any necessary post-installation configurations specific to Fedora Toolbox (nochroot environment)
|
||||||
|
# Post-installation commands
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -7,12 +7,11 @@ fedora-release-designsuite
|
|||||||
|
|
||||||
# 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-books
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-photos
|
|
||||||
gnome-pomodoro
|
gnome-pomodoro
|
||||||
gnome-todo
|
gnome-todo
|
||||||
|
|
||||||
@@ -22,7 +21,6 @@ powerline-fonts
|
|||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
-eog
|
|
||||||
|
|
||||||
# temporarily removing conflicting application
|
# temporarily removing conflicting application
|
||||||
-mypaint
|
-mypaint
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ firstboot --reconfig
|
|||||||
@hardware-support
|
@hardware-support
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
# on 32bit arm make sure we only install one kernel
|
|
||||||
-kernel-lpae
|
|
||||||
# remove this in %post
|
# remove this in %post
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
@@ -59,18 +57,9 @@ glibc-all-langpacks
|
|||||||
|
|
||||||
# Find the architecture we are on
|
# Find the architecture we are on
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
# Setup Raspberry Pi firmware
|
||||||
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_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
|
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-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
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
@@ -97,7 +86,7 @@ rm -f /var/lib/rpm/__db*
|
|||||||
# when you are using fedora via serial console as you do not get any output post grub
|
# when you are using fedora via serial console as you do not get any output post grub
|
||||||
# linux does a good job of knowing what consoles need to be enabled.
|
# linux does a good job of knowing what consoles need to be enabled.
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2022757
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2022757
|
||||||
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
if [[ $arch == "aarch64" ]]; then
|
||||||
sed -i -e 's|console=tty0||g' /boot/loader/entries/*conf
|
sed -i -e 's|console=tty0||g' /boot/loader/entries/*conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
5
fedora-disk-budgie.ks
Normal file
5
fedora-disk-budgie.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
%include fedora-disk-base.ks
|
||||||
|
%include fedora-disk-xbase.ks
|
||||||
|
%include fedora-budgie-common.ks
|
||||||
|
|
||||||
|
autopart --type=btrfs --noswap
|
||||||
5
fedora-disk-lxqt.ks
Normal file
5
fedora-disk-lxqt.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
%include fedora-disk-base.ks
|
||||||
|
%include fedora-disk-xbase.ks
|
||||||
|
%include fedora-lxqt-common.ks
|
||||||
|
|
||||||
|
autopart --type=btrfs --noswap
|
||||||
5
fedora-disk-phosh.ks
Normal file
5
fedora-disk-phosh.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
%include fedora-disk-base.ks
|
||||||
|
%include fedora-disk-xbase.ks
|
||||||
|
%include fedora-phosh-common.ks
|
||||||
|
|
||||||
|
autopart --type=btrfs --noswap
|
||||||
@@ -20,10 +20,6 @@ sudo
|
|||||||
%post --erroronfail --log=/root/anaconda-post.log
|
%post --erroronfail --log=/root/anaconda-post.log
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-33-primary \
|
|
||||||
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-primary \
|
|
||||||
/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-35-primary
|
|
||||||
|
|
||||||
# remove some extraneous files
|
# remove some extraneous files
|
||||||
rm -rf /var/cache/dnf/*
|
rm -rf /var/cache/dnf/*
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|||||||
@@ -113,13 +113,8 @@ subscription-manager-cockpit
|
|||||||
|
|
||||||
# rh-amazon-rhui-client
|
# rh-amazon-rhui-client
|
||||||
|
|
||||||
# Exclude all langpacks for now
|
# Transitively required by grub2-tools-extra
|
||||||
-langpacks-*
|
langpacks-core-font-en
|
||||||
|
|
||||||
# The langpacks-en package is pulled in by Anaconda and it seems filtering
|
|
||||||
# it out using langpacks-* is not sufficient. It needs to be filtered
|
|
||||||
# directly.
|
|
||||||
-langpacks-en
|
|
||||||
|
|
||||||
# We are building Fedora-ELN
|
# We are building Fedora-ELN
|
||||||
fedora-release-eln
|
fedora-release-eln
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ gnome-keyring-pam
|
|||||||
wget
|
wget
|
||||||
# Better more popular browser
|
# Better more popular browser
|
||||||
system-config-printer
|
system-config-printer
|
||||||
|
# Install XFCE polkit
|
||||||
|
xfce-polkit
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
|
|||||||
@@ -19,40 +19,29 @@ 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/stable/${basearch}/iot
|
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/39/${basearch}/iot
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
|
||||||
# Find the architecture we are on
|
# Find the architecture we are on
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
if [[ $arch == "armv7l" ]]; then
|
|
||||||
arch="armhfp"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
# Setup Raspberry Pi firmware
|
||||||
if [[ $arch == "aarch64" ]] || [[ $arch == "armhfp" ]]; 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_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
|
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-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
|
|
||||||
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/stable/${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
|
# 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/stable/${arch}/iot" --create "fedora-iot:fedora/stable/${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.
|
# Remove the old ref so that the commit eventually gets cleaned up.
|
||||||
ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
|
ostree refs "fedora-iot:fedora/39/${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
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
@firefox
|
@firefox
|
||||||
@kde-apps
|
@kde-apps
|
||||||
@kde-media
|
@kde-media
|
||||||
|
@kde-pim
|
||||||
@libreoffice
|
@libreoffice
|
||||||
# add libreoffice-draw and libreoffice-math (pagureio:fedora-kde/SIG#103)
|
# add libreoffice-draw and libreoffice-math (pagureio:fedora-kde/SIG#103)
|
||||||
libreoffice-draw
|
libreoffice-draw
|
||||||
@@ -15,48 +16,28 @@ fedora-release-kde
|
|||||||
|
|
||||||
-@admin-tools
|
-@admin-tools
|
||||||
|
|
||||||
|
# drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124)
|
||||||
|
-tracker-miners
|
||||||
|
-tracker
|
||||||
|
|
||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
|
|
||||||
# use kde-print-manager instead of system-config-printer
|
|
||||||
-system-config-printer
|
|
||||||
# make sure mariadb lands instead of MySQL (hopefully a temporary hack)
|
|
||||||
mariadb-embedded
|
|
||||||
mariadb-connector-c
|
|
||||||
mariadb-server
|
|
||||||
|
|
||||||
# minimal localization support - allows installing the kde-l10n-* packages
|
# minimal localization support - allows installing the kde-l10n-* packages
|
||||||
kde-l10n
|
kde-l10n
|
||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
# Additional packages that are not default in kde-* groups, but useful
|
||||||
# don't include these for now to fit on a cd
|
fuse
|
||||||
-desktop-backgrounds-basic
|
mediawriter
|
||||||
-kdeaccessibility*
|
|
||||||
|
### space issues
|
||||||
-ktorrent # kget has also basic torrent features (~3 megs)
|
-ktorrent # kget has also basic torrent features (~3 megs)
|
||||||
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
||||||
-kipi-plugins # ~8 megs + drags in Marble
|
-kipi-plugins # ~8 megs + drags in Marble
|
||||||
-krusader # ~4 megs
|
-krusader # ~4 megs
|
||||||
-k3b # ~15 megs
|
-k3b # ~15 megs
|
||||||
|
|
||||||
#-kdeplasma-addons # ~16 megs
|
|
||||||
|
|
||||||
# Additional packages that are not default in kde-* groups, but useful
|
|
||||||
#kdeartwork # only include some parts of kdeartwork
|
|
||||||
fuse
|
|
||||||
mediawriter
|
|
||||||
|
|
||||||
### space issues
|
|
||||||
|
|
||||||
# admin-tools
|
|
||||||
-gnome-disk-utility
|
|
||||||
# kcm_clock still lacks some features, so keep system-config-date around
|
|
||||||
#-system-config-date
|
|
||||||
# prefer kcm_systemd
|
|
||||||
-system-config-services
|
|
||||||
# prefer/use kusers
|
|
||||||
-system-config-users
|
|
||||||
|
|
||||||
## avoid serious bugs by omitting broken stuff
|
## avoid serious bugs by omitting broken stuff
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
# remove input methods to free space
|
|
||||||
%packages
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
@@ -96,7 +96,10 @@ python3-matplotlib-tk
|
|||||||
|
|
||||||
|
|
||||||
# Python IDE very useful for scientific use
|
# Python IDE very useful for scientific use
|
||||||
python3-spyder
|
# FTI with Python 3.12:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2220598
|
||||||
|
# can be restored when that is fixed
|
||||||
|
#python3-spyder
|
||||||
|
|
||||||
# BOINC for distributed computing
|
# BOINC for distributed computing
|
||||||
boinc-client
|
boinc-client
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ anaconda-live
|
|||||||
# https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD
|
# https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD
|
||||||
-fcoe-utils
|
-fcoe-utils
|
||||||
-device-mapper-multipath
|
-device-mapper-multipath
|
||||||
|
-sdubby
|
||||||
|
|
||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
@@ -49,225 +50,14 @@ dracut-live
|
|||||||
# 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
|
||||||
|
|
||||||
# no longer in @core since 2018-10, but needed for livesys script
|
# provide the livesys scripts
|
||||||
initscripts
|
livesys-scripts
|
||||||
chkconfig
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# FIXME: it'd be better to get this installed from a package
|
# Enable livesys services
|
||||||
cat > /etc/rc.d/init.d/livesys << EOF
|
systemctl enable livesys.service
|
||||||
#!/bin/bash
|
systemctl enable livesys-late.service
|
||||||
#
|
|
||||||
# live: Init script for live image
|
|
||||||
#
|
|
||||||
# chkconfig: 345 00 99
|
|
||||||
# description: Init script for live image.
|
|
||||||
### BEGIN INIT INFO
|
|
||||||
# X-Start-Before: display-manager chronyd
|
|
||||||
### END INIT INFO
|
|
||||||
|
|
||||||
. /etc/init.d/functions
|
|
||||||
|
|
||||||
if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ]; then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -e /.liveimg-configured ] ; then
|
|
||||||
configdone=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
exists() {
|
|
||||||
which \$1 >/dev/null 2>&1 || return
|
|
||||||
\$*
|
|
||||||
}
|
|
||||||
|
|
||||||
livedir="LiveOS"
|
|
||||||
for arg in \`cat /proc/cmdline\` ; do
|
|
||||||
if [ "\${arg##rd.live.dir=}" != "\${arg}" ]; then
|
|
||||||
livedir=\${arg##rd.live.dir=}
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
if [ "\${arg##live_dir=}" != "\${arg}" ]; then
|
|
||||||
livedir=\${arg##live_dir=}
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# enable swapfile if it exists
|
|
||||||
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
|
|
||||||
|
|
||||||
mountPersistentHome() {
|
|
||||||
# support label/uuid
|
|
||||||
if [ "\${homedev##LABEL=}" != "\${homedev}" -o "\${homedev##UUID=}" != "\${homedev}" ]; then
|
|
||||||
homedev=\`/sbin/blkid -o device -t "\$homedev"\`
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if we're given a file rather than a blockdev, loopback it
|
|
||||||
if [ "\${homedev##mtd}" != "\${homedev}" ]; then
|
|
||||||
# mtd devs don't have a block device but get magic-mounted with -t jffs2
|
|
||||||
mountopts="-t jffs2"
|
|
||||||
elif [ ! -b "\$homedev" ]; then
|
|
||||||
loopdev=\`losetup -f\`
|
|
||||||
if [ "\${homedev##/run/initramfs/live}" != "\${homedev}" ]; then
|
|
||||||
action "Remounting live store r/w" mount -o remount,rw /run/initramfs/live
|
|
||||||
fi
|
|
||||||
losetup \$loopdev \$homedev
|
|
||||||
homedev=\$loopdev
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if it's encrypted, we need to unlock it
|
|
||||||
if [ "\$(/sbin/blkid -s TYPE -o value \$homedev 2>/dev/null)" = "crypto_LUKS" ]; then
|
|
||||||
echo
|
|
||||||
echo "Setting up encrypted /home device"
|
|
||||||
plymouth ask-for-password --command="cryptsetup luksOpen \$homedev EncHome"
|
|
||||||
homedev=/dev/mapper/EncHome
|
|
||||||
fi
|
|
||||||
|
|
||||||
# and finally do the mount
|
|
||||||
mount \$mountopts \$homedev /home
|
|
||||||
# if we have /home under what's passed for persistent home, then
|
|
||||||
# we should make that the real /home. useful for mtd device on olpc
|
|
||||||
if [ -d /home/home ]; then mount --bind /home/home /home ; fi
|
|
||||||
[ -x /sbin/restorecon ] && /sbin/restorecon /home
|
|
||||||
if [ -d /home/liveuser ]; then USERADDARGS="-M" ; fi
|
|
||||||
}
|
|
||||||
|
|
||||||
findPersistentHome() {
|
|
||||||
for arg in \`cat /proc/cmdline\` ; do
|
|
||||||
if [ "\${arg##persistenthome=}" != "\${arg}" ]; then
|
|
||||||
homedev=\${arg##persistenthome=}
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
if strstr "\`cat /proc/cmdline\`" persistenthome= ; then
|
|
||||||
findPersistentHome
|
|
||||||
elif [ -e /run/initramfs/live/\${livedir}/home.img ]; then
|
|
||||||
homedev=/run/initramfs/live/\${livedir}/home.img
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if we have a persistent /home, then we want to go ahead and mount it
|
|
||||||
if ! strstr "\`cat /proc/cmdline\`" nopersistenthome && [ -n "\$homedev" ] ; then
|
|
||||||
action "Mounting persistent /home" mountPersistentHome
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "\$configdone" ]; then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# add liveuser user with no passwd
|
|
||||||
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
|
|
||||||
passwd -d liveuser > /dev/null
|
|
||||||
usermod -aG wheel liveuser > /dev/null
|
|
||||||
|
|
||||||
# Remove root password lock
|
|
||||||
passwd -d root > /dev/null
|
|
||||||
|
|
||||||
# turn off firstboot for livecd boots
|
|
||||||
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
|
|
||||||
systemctl --no-reload disable firstboot-graphical.service 2> /dev/null || :
|
|
||||||
systemctl stop firstboot-text.service 2> /dev/null || :
|
|
||||||
systemctl stop firstboot-graphical.service 2> /dev/null || :
|
|
||||||
|
|
||||||
# don't use prelink on a running live image
|
|
||||||
sed -i 's/PRELINKING=yes/PRELINKING=no/' /etc/sysconfig/prelink &>/dev/null || :
|
|
||||||
|
|
||||||
# turn off mdmonitor by default
|
|
||||||
systemctl --no-reload disable mdmonitor.service 2> /dev/null || :
|
|
||||||
systemctl --no-reload disable mdmonitor-takeover.service 2> /dev/null || :
|
|
||||||
systemctl stop mdmonitor.service 2> /dev/null || :
|
|
||||||
systemctl stop mdmonitor-takeover.service 2> /dev/null || :
|
|
||||||
|
|
||||||
# don't start cron/at as they tend to spawn things which are
|
|
||||||
# disk intensive that are painful on a live image
|
|
||||||
systemctl --no-reload disable crond.service 2> /dev/null || :
|
|
||||||
systemctl --no-reload disable atd.service 2> /dev/null || :
|
|
||||||
systemctl stop crond.service 2> /dev/null || :
|
|
||||||
systemctl stop atd.service 2> /dev/null || :
|
|
||||||
|
|
||||||
# turn off abrtd on a live image
|
|
||||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
|
||||||
systemctl stop abrtd.service 2> /dev/null || :
|
|
||||||
|
|
||||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
|
||||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
|
||||||
|
|
||||||
# Mark things as configured
|
|
||||||
touch /.liveimg-configured
|
|
||||||
|
|
||||||
# add static hostname to work around xauth bug
|
|
||||||
# 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"
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# bah, hal starts way too late
|
|
||||||
cat > /etc/rc.d/init.d/livesys-late << EOF
|
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# live: Late init script for live image
|
|
||||||
#
|
|
||||||
# chkconfig: 345 99 01
|
|
||||||
# description: Late init script for live image.
|
|
||||||
|
|
||||||
. /etc/init.d/functions
|
|
||||||
|
|
||||||
if ! strstr "\`cat /proc/cmdline\`" rd.live.image || [ "\$1" != "start" ] || [ -e /.liveimg-late-configured ] ; then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
exists() {
|
|
||||||
which \$1 >/dev/null 2>&1 || return
|
|
||||||
\$*
|
|
||||||
}
|
|
||||||
|
|
||||||
touch /.liveimg-late-configured
|
|
||||||
|
|
||||||
# read some variables out of /proc/cmdline
|
|
||||||
for o in \`cat /proc/cmdline\` ; do
|
|
||||||
case \$o in
|
|
||||||
ks=*)
|
|
||||||
ks="--kickstart=\${o#ks=}"
|
|
||||||
;;
|
|
||||||
xdriver=*)
|
|
||||||
xdriver="\${o#xdriver=}"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
# if liveinst or textinst is given, start anaconda
|
|
||||||
if strstr "\`cat /proc/cmdline\`" liveinst ; then
|
|
||||||
plymouth --quit
|
|
||||||
/usr/sbin/liveinst \$ks
|
|
||||||
fi
|
|
||||||
if strstr "\`cat /proc/cmdline\`" textinst ; then
|
|
||||||
plymouth --quit
|
|
||||||
/usr/sbin/liveinst --text \$ks
|
|
||||||
fi
|
|
||||||
|
|
||||||
# configure X, allowing user to override xdriver
|
|
||||||
if [ -n "\$xdriver" ]; then
|
|
||||||
cat > /etc/X11/xorg.conf.d/00-xdriver.conf <<FOE
|
|
||||||
Section "Device"
|
|
||||||
Identifier "Videocard0"
|
|
||||||
Driver "\$xdriver"
|
|
||||||
EndSection
|
|
||||||
FOE
|
|
||||||
fi
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod 755 /etc/rc.d/init.d/livesys
|
|
||||||
/sbin/restorecon /etc/rc.d/init.d/livesys
|
|
||||||
/sbin/chkconfig --add livesys
|
|
||||||
|
|
||||||
chmod 755 /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/restorecon /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/chkconfig --add livesys-late
|
|
||||||
|
|
||||||
# enable tmpfs for /tmp
|
# enable tmpfs for /tmp
|
||||||
systemctl enable tmp.mount
|
systemctl enable tmp.mount
|
||||||
@@ -307,7 +97,7 @@ rm -f /boot/*-rescue*
|
|||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
# Disable network service here, as doing it in the services line
|
||||||
# fails due to RHBZ #1369794
|
# fails due to RHBZ #1369794
|
||||||
/sbin/chkconfig network off
|
systemctl disable network
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
# Remove machine-id on pre generated images
|
||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
@@ -315,17 +105,3 @@ touch /etc/machine-id
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
%post --nochroot
|
|
||||||
# For livecd-creator builds only (lorax/livemedia-creator handles this directly)
|
|
||||||
if [ -n "$LIVE_ROOT" ]; then
|
|
||||||
cp "$INSTALL_ROOT"/usr/share/licenses/*-release-common/* "$LIVE_ROOT/"
|
|
||||||
|
|
||||||
# only installed on x86, x86_64
|
|
||||||
if [ -f /usr/bin/livecd-iso-to-disk ]; then
|
|
||||||
mkdir -p "$LIVE_ROOT/LiveOS"
|
|
||||||
cp /usr/bin/livecd-iso-to-disk "$LIVE_ROOT/LiveOS"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|||||||
17
fedora-live-budgie.ks
Normal file
17
fedora-live-budgie.ks
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the Budgie Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Joshua Strobl <joshua@buddiesofbudgie.org>
|
||||||
|
|
||||||
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-budgie-common.ks
|
||||||
|
|
||||||
|
part / --size 7750
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="budgie"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -21,32 +21,8 @@ PREFERRED=/usr/bin/cinnamon-session
|
|||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="cinnamon"/' /etc/sysconfig/livesys
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Cinnamon as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=cinnamon/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# and mark it as executable
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ if [ -f `which powerline-daemon` ]; then
|
|||||||
fi
|
fi
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys
|
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys
|
||||||
|
|
||||||
|
# rebuild schema cache with any overrides we installed
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ freecol
|
|||||||
freedoom
|
freedoom
|
||||||
freedroidrpg
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
|
||||||
# glob2 - currently broken
|
# glob2 - currently broken
|
||||||
lincity-ng
|
lincity-ng
|
||||||
#tmw - currently broken
|
#tmw - currently broken
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
%include fedora-i3-common.ks
|
%include fedora-i3-common.ks
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# xfce configuration
|
# i3 configuration
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
|
||||||
@@ -23,37 +23,17 @@ PREFERRED=/usr/bin/i3
|
|||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
# deactivate xfconf-migration (#683161)
|
|
||||||
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set i3 as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=i3/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
# setting the wallpaper
|
|
||||||
echo "/usr/bin/feh --bg-scale /usr/share/backgrounds/default.png" >> /home/liveuser/.profile
|
|
||||||
|
|
||||||
# echoing type liveinst to start the installer
|
|
||||||
echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc
|
|
||||||
|
|
||||||
# fixing the installer non opening bug
|
|
||||||
echo "xhost si:localuser:root" >> /home/liveuser/.profile
|
|
||||||
|
|
||||||
|
# Fix https://bugzilla.redhat.com/show_bug.cgi?id=2240823
|
||||||
|
cat > /etc/xdg/autostart/xfce-polkit.desktop <<EOF
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=xfce-polkit
|
||||||
|
Exec=/usr/libexec/xfce-polkit
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="i3"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -63,22 +63,20 @@ thunderbird
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# Override livesys-kde settings
|
||||||
|
cat >> /var/lib/livesys/livesys-session-extra << EOF
|
||||||
|
|
||||||
#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/mozilla-thunderbird.desktop,/usr/share/applications/studio-controls.desktop,/usr/share/applications/ardour6.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
|
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/mozilla-thunderbird.desktop,/usr/share/applications/studio-controls.desktop,/usr/share/applications/ardour6.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
|
||||||
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
||||||
|
|
||||||
cat <<EOF >> /etc/skel/.config/kickoffrc
|
cat <<FOE >> /etc/skel/.config/kickoffrc
|
||||||
[Favorites]
|
[Favorites]
|
||||||
FavoriteURLs=$JAMFAVORITES
|
FavoriteURLs=$JAMFAVORITES
|
||||||
EOF
|
FOE
|
||||||
|
|
||||||
# Override fedora-live-kde-base.ks settings
|
|
||||||
sed -i /etc/rc.d/init.d/livesys -res"#^(FavoriteURLs=).*#\1${JAMFAVORITESLIVE}#"
|
|
||||||
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
/usr/sbin/usermod -a -G jackuser,audio liveuser
|
/usr/sbin/usermod -a -G jackuser,audio liveuser
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
@@ -19,89 +19,7 @@ cat > /root/.config/gtk-3.0/settings.ini << EOF
|
|||||||
gtk-theme-name = Adwaita
|
gtk-theme-name = Adwaita
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# add initscript
|
# set livesys session type
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
sed -i 's/^livesys_session=.*/livesys_session="kde"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
# are we *not* able to use wayland sessions?
|
|
||||||
if strstr "\`cat /proc/cmdline\`" nomodeset ; then
|
|
||||||
PLASMA_SESSION_FILE="plasmax11.desktop"
|
|
||||||
else
|
|
||||||
PLASMA_SESSION_FILE="plasma.desktop"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
|
||||||
if [ -f /etc/sddm.conf ]; then
|
|
||||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
|
||||||
sed -i "s/^#Session=.*/Session=\${PLASMA_SESSION_FILE}/" /etc/sddm.conf
|
|
||||||
else
|
|
||||||
cat > /etc/sddm.conf << SDDM_EOF
|
|
||||||
[Autologin]
|
|
||||||
User=liveuser
|
|
||||||
Session=\${PLASMA_SESSION_FILE}
|
|
||||||
SDDM_EOF
|
|
||||||
fi
|
|
||||||
|
|
||||||
# add liveinst.desktop to favorites menu
|
|
||||||
mkdir -p /home/liveuser/.config/
|
|
||||||
cat > /home/liveuser/.config/kickoffrc << MENU_EOF
|
|
||||||
[Favorites]
|
|
||||||
FavoriteURLs=/usr/share/applications/firefox.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/liveinst.desktop
|
|
||||||
MENU_EOF
|
|
||||||
|
|
||||||
# show liveinst.desktop on desktop and in menu
|
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
# set executable bit disable KDE security warning
|
|
||||||
chmod +x /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/
|
|
||||||
|
|
||||||
# Set akonadi backend
|
|
||||||
mkdir -p /home/liveuser/.config/akonadi
|
|
||||||
cat > /home/liveuser/.config/akonadi/akonadiserverrc << AKONADI_EOF
|
|
||||||
[%General]
|
|
||||||
Driver=QSQLITE3
|
|
||||||
AKONADI_EOF
|
|
||||||
|
|
||||||
# "Disable plasma-discover-notifier"
|
|
||||||
mkdir -p /home/liveuser/.config/autostart
|
|
||||||
cp -a /etc/xdg/autostart/org.kde.discover.notifier.desktop /home/liveuser/.config/autostart/
|
|
||||||
echo 'Hidden=true' >> /home/liveuser/.config/autostart/org.kde.discover.notifier.desktop
|
|
||||||
|
|
||||||
# Disable plasma-welcome for now
|
|
||||||
# Cf. https://bugs.kde.org/show_bug.cgi?id=466282
|
|
||||||
rm -f /etc/xdg/autostart/org.kde.plasma-welcome.desktop
|
|
||||||
|
|
||||||
# Disable baloo
|
|
||||||
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
|
||||||
[Basic Settings]
|
|
||||||
Indexing-Enabled=false
|
|
||||||
BALOO_EOF
|
|
||||||
|
|
||||||
# Disable kres-migrator
|
|
||||||
cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
|
|
||||||
[Migration]
|
|
||||||
Enabled=false
|
|
||||||
KRES_EOF
|
|
||||||
|
|
||||||
# Disable kwallet migrator
|
|
||||||
cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
|
|
||||||
[Migration]
|
|
||||||
alreadyMigrated=true
|
|
||||||
KWALLET_EOL
|
|
||||||
|
|
||||||
# Disable automount of 'known' devices
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2073708
|
|
||||||
cat > /home/liveuser/.config/kded_device_automounterrc << AUTOMOUNTER_EOF
|
|
||||||
[General]
|
|
||||||
AutomountEnabled=false
|
|
||||||
AutomountOnLogin=false
|
|
||||||
AutomountOnPlugin=false
|
|
||||||
AUTOMOUNTER_EOF
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
|
||||||
restorecon -R /home/liveuser/
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -9,10 +9,9 @@
|
|||||||
|
|
||||||
%include fedora-live-kde-base.ks
|
%include fedora-live-kde-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-kde-minimization.ks
|
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=7500
|
part / --size=9000
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -19,46 +19,8 @@ PREFERRED=/usr/bin/startlxde
|
|||||||
DISPLAYMANAGER=/usr/sbin/lxdm
|
DISPLAYMANAGER=/usr/sbin/lxdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
# disable screensaver locking and make sure gamin gets started
|
sed -i 's/^livesys_session=.*/livesys_session="lxde"/' /etc/sysconfig/livesys
|
||||||
cat > /etc/xdg/lxsession/LXDE/autostart << FOE
|
|
||||||
/usr/libexec/gam_server
|
|
||||||
@lxpanel --profile LXDE
|
|
||||||
@pcmanfm --desktop --profile LXDE
|
|
||||||
/usr/libexec/notification-daemon
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# set up preferred apps
|
|
||||||
cat > /etc/xdg/libfm/pref-apps.conf << FOE
|
|
||||||
[Preferred Applications]
|
|
||||||
WebBrowser=firefox.desktop
|
|
||||||
MailClient=sylpheed.desktop
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# set up auto-login for liveuser
|
|
||||||
sed -i 's/# autologin=.*/autologin=liveuser/g' /etc/lxdm/lxdm.conf
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# create default config for clipit, otherwise it displays a dialog on startup
|
|
||||||
mkdir -p /home/liveuser/.config/clipit
|
|
||||||
cat > /home/liveuser/.config/clipit/clipitrc << FOE
|
|
||||||
[rc]
|
|
||||||
use_copy=true
|
|
||||||
save_uris=true
|
|
||||||
save_history=false
|
|
||||||
statics_show=true
|
|
||||||
single_line=true
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -16,42 +16,8 @@ dracut-config-generic
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# add initscript
|
# set livesys session type
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
sed -i 's/^livesys_session=.*/livesys_session="lxqt"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
|
||||||
if [ -f /etc/sddm.conf ]; then
|
|
||||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
|
||||||
sed -i 's/^#Session=.*/Session=lxqt.desktop/' /etc/sddm.conf
|
|
||||||
else
|
|
||||||
cat > /etc/sddm.conf << SDDM_EOF
|
|
||||||
[Autologin]
|
|
||||||
User=liveuser
|
|
||||||
Session=lxqt.desktop
|
|
||||||
SDDM_EOF
|
|
||||||
fi
|
|
||||||
|
|
||||||
# show liveinst.desktop on desktop and in menu
|
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/
|
|
||||||
|
|
||||||
# set up preferred apps
|
|
||||||
cat > /etc/xdg/libfm/pref-apps.conf << FOE
|
|
||||||
[Preferred Applications]
|
|
||||||
WebBrowser=qupzilla.desktop
|
|
||||||
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/
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -10,42 +10,7 @@
|
|||||||
part / --size 8192
|
part / --size 8192
|
||||||
|
|
||||||
%post
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="mate"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
# make the installer show up
|
|
||||||
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
|
||||||
# Show harddisk install in shell dash
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop ""
|
|
||||||
fi
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# and mark it as executable
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set MATE as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=mate/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# Turn off PackageKit-command-not-found while uninstalled
|
|
||||||
if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
|
|
||||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
|
||||||
restorecon -R /home/liveuser/
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -4,13 +4,6 @@
|
|||||||
%packages
|
%packages
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-mpage
|
|
||||||
-hplip
|
-hplip
|
||||||
-isdn4k-utils
|
|
||||||
|
|
||||||
# scanning takes quite a bit of space :/
|
|
||||||
-xsane
|
|
||||||
-xsane-gimp
|
|
||||||
-sane-backends
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -90,9 +90,9 @@ mercurial
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
# Rip the post-configuration from the live-desktop, set default shortcuts to IDEs
|
|
||||||
%post
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# Extend the post-configuration from the live-desktop, set default shortcuts to IDEs
|
||||||
|
cat >> /var/lib/livesys/livesys-session-extra << EOF
|
||||||
# disable screensaver locking
|
# disable screensaver locking
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
||||||
[org.gnome.desktop.screensaver]
|
[org.gnome.desktop.screensaver]
|
||||||
@@ -105,13 +105,6 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override <
|
|||||||
disable-lock-screen=true
|
disable-lock-screen=true
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# disable updates plugin
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
|
|
||||||
[org.gnome.software]
|
|
||||||
allow-updates=false
|
|
||||||
download-updates=false
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# make the installer show up
|
# make the installer show up
|
||||||
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
||||||
# Show harddisk install in shell dash
|
# Show harddisk install in shell dash
|
||||||
@@ -129,17 +122,5 @@ fi
|
|||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
# set up auto-login
|
|
||||||
cat > /etc/gdm/custom.conf << FOE
|
|
||||||
[daemon]
|
|
||||||
AutomaticLoginEnable=True
|
|
||||||
AutomaticLogin=liveuser
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# Turn off PackageKit-command-not-found while uninstalled
|
|
||||||
if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
|
|
||||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ gnome-keyring-pam
|
|||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
-stix-fonts
|
-stix-fonts
|
||||||
|
-default-fonts-core-math
|
||||||
-ibus-typing-booster
|
-ibus-typing-booster
|
||||||
-xfce4-sensors-plugin
|
-xfce4-sensors-plugin
|
||||||
-man-pages-*
|
-man-pages-*
|
||||||
@@ -102,50 +103,7 @@ PREFERRED=/usr/bin/startxfce4
|
|||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="xfce"/' /etc/sysconfig/livesys
|
||||||
mkdir -p /home/liveuser/.config/xfce4
|
|
||||||
|
|
||||||
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
|
||||||
MailReader=sylpheed-claws
|
|
||||||
FileManager=Thunar
|
|
||||||
WebBrowser=midori
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# disable screensaver locking (#674410)
|
|
||||||
cat >> /home/liveuser/.xscreensaver << FOE
|
|
||||||
mode: off
|
|
||||||
lock: False
|
|
||||||
dpmsEnabled: False
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# deactivate xfconf-migration (#683161)
|
|
||||||
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
|
|
||||||
|
|
||||||
# deactivate xfce4-panel first-run dialog (#693569)
|
|
||||||
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
|
|
||||||
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Xfce as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=xfce/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# and mark it as executable (new Xfce security feature)
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -13,37 +13,15 @@
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# Fix https://bugzilla.redhat.com/show_bug.cgi?id=2239137
|
||||||
# set up lightdm autologin
|
cat > /etc/xdg/autostart/xfce-polkit.desktop <<EOF
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
[Desktop Entry]
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
Type=Application
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
Name=xfce-polkit
|
||||||
|
Exec=/usr/libexec/xfce-polkit
|
||||||
# set Sugar as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="soas"/' /etc/sysconfig/livesys
|
||||||
# disable screensaver locking
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
|
||||||
[org.gnome.desktop.screensaver]
|
|
||||||
lock-enabled=false
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# and hide the lock screen option
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
|
|
||||||
[org.gnome.desktop.lockdown]
|
|
||||||
disable-lock-screen=true
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod 755 /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/restorecon /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/chkconfig --add livesys-late
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
32
fedora-live-sway.ks
Normal file
32
fedora-live-sway.ks
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# fedora-livecd-sway.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the tiling window manager Sway
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Aleksei Bavshin <alebastr89@gmail.com>
|
||||||
|
# - Jiří Konečný <jkonecny@redhat.com>
|
||||||
|
# - Anthony Rabbito <hello@anthonyrabbito.com>
|
||||||
|
# - Fabio Alessandro Locati <me@fale.io>
|
||||||
|
|
||||||
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
%include fedora-sway-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/sway
|
||||||
|
DISPLAYMANAGER=/bin/sddm
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="sway"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
@@ -14,89 +14,7 @@ part / --size 7750
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
|
||||||
|
|
||||||
# disable gnome-software automatically downloading updates
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
|
|
||||||
[org.gnome.software]
|
|
||||||
allow-updates=false
|
|
||||||
download-updates=false
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# don't autostart gnome-software session service
|
|
||||||
rm -f /etc/xdg/autostart/org.gnome.Software.desktop
|
|
||||||
|
|
||||||
# disable the gnome-software shell search provider
|
|
||||||
cat >> /usr/share/gnome-shell/search-providers/org.gnome.Software-search-provider.ini << FOE
|
|
||||||
DefaultDisabled=true
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# don't run gnome-initial-setup
|
|
||||||
mkdir ~liveuser/.config
|
|
||||||
touch ~liveuser/.config/gnome-initial-setup-done
|
|
||||||
|
|
||||||
# suppress anaconda spokes redundant with gnome-initial-setup
|
|
||||||
cat >> /etc/sysconfig/anaconda << FOE
|
|
||||||
[NetworkSpoke]
|
|
||||||
visited=1
|
|
||||||
|
|
||||||
[PasswordSpoke]
|
|
||||||
visited=1
|
|
||||||
|
|
||||||
[UserSpoke]
|
|
||||||
visited=1
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# make the installer show up
|
|
||||||
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
|
||||||
# Show harddisk install in shell dash
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop ""
|
|
||||||
# need to move it to anaconda.desktop to make shell happy
|
|
||||||
mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop
|
|
||||||
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
|
||||||
[org.gnome.shell]
|
|
||||||
favorite-apps=['firefox.desktop', 'org.gnome.Calendar.desktop', 'rhythmbox.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop', 'anaconda.desktop']
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# Make the welcome screen show up
|
|
||||||
if [ -f /usr/share/anaconda/gnome/fedora-welcome.desktop ]; then
|
|
||||||
mkdir -p ~liveuser/.config/autostart
|
|
||||||
cp /usr/share/anaconda/gnome/fedora-welcome.desktop /usr/share/applications/
|
|
||||||
cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Disable GNOME welcome tour so it doesn't overlap with Fedora welcome screen
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
|
||||||
welcome-dialog-last-shown-version='4294967295'
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# Copy Anaconda branding in place
|
|
||||||
if [ -d /usr/share/lorax/product/usr/share/anaconda ]; then
|
|
||||||
cp -a /usr/share/lorax/product/* /
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
# set up auto-login
|
|
||||||
cat > /etc/gdm/custom.conf << FOE
|
|
||||||
[daemon]
|
|
||||||
AutomaticLoginEnable=True
|
|
||||||
AutomaticLogin=liveuser
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# Turn off PackageKit-command-not-found while uninstalled
|
|
||||||
if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
|
|
||||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
|
||||||
restorecon -R /home/liveuser/
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -26,54 +26,8 @@ PREFERRED=/usr/bin/startxfce4
|
|||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# set livesys session type
|
||||||
|
sed -i 's/^livesys_session=.*/livesys_session="xfce"/' /etc/sysconfig/livesys
|
||||||
mkdir -p /home/liveuser/.config/xfce4
|
|
||||||
|
|
||||||
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
|
||||||
MailReader=sylpheed-claws
|
|
||||||
FileManager=Thunar
|
|
||||||
WebBrowser=firefox
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# disable screensaver locking (#674410)
|
|
||||||
cat >> /home/liveuser/.xscreensaver << FOE
|
|
||||||
mode: off
|
|
||||||
lock: False
|
|
||||||
dpmsEnabled: False
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# deactivate xfconf-migration (#683161)
|
|
||||||
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
|
|
||||||
|
|
||||||
# deactivate xfce4-panel first-run dialog (#693569)
|
|
||||||
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
|
|
||||||
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Xfce as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=xfce/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# and mark it as executable (new Xfce security feature)
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ metacity
|
|||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
-stix-fonts
|
-stix-fonts
|
||||||
|
-default-fonts-core-math
|
||||||
-ibus-typing-booster
|
-ibus-typing-booster
|
||||||
-xscreensaver-extras
|
-xscreensaver-extras
|
||||||
#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ microdnf
|
|||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
-generic-release*
|
-generic-release*
|
||||||
-glibc-all-langpacks
|
-glibc-all-langpacks
|
||||||
-xkeyboard-config
|
|
||||||
# recommended by iproute, we don't want it in minimal
|
# recommended by iproute, we don't want it in minimal
|
||||||
-iproute-tc
|
-iproute-tc
|
||||||
# recommended by gnutls, we don't want it in minimal
|
# recommended by gnutls, we don't want it in minimal
|
||||||
|
|||||||
@@ -56,18 +56,9 @@ sssd-client
|
|||||||
|
|
||||||
# Find the architecture we are on
|
# Find the architecture we are on
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
# Setup Raspberry Pi firmware
|
||||||
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_4/u-boot.bin /boot/efi/rpi4-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-u-boot.bin
|
cp -P /usr/share/uboot/rpi_arm64/u-boot.bin /boot/efi/rpi-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
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
|
|||||||
13
fedora-phosh-common.ks
Normal file
13
fedora-phosh-common.ks
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# fedora-phosh-common.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Disk image Spin with the phosh window manager
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Kevin Fenzi <kevin@scrye.com>
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# install env-group to resolve RhBug:1891500
|
||||||
|
@^phosh-desktop-environment
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -29,6 +29,7 @@ wget
|
|||||||
-python3.8
|
-python3.8
|
||||||
-python3.9
|
-python3.9
|
||||||
-python3.10
|
-python3.10
|
||||||
|
-python3.11
|
||||||
-pypy
|
-pypy
|
||||||
|
|
||||||
# Remove LaTeX, see https://bugzilla.redhat.com/show_bug.cgi?id=1862450
|
# Remove LaTeX, see https://bugzilla.redhat.com/show_bug.cgi?id=1862450
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Exactly one of the following should be uncommented
|
# Exactly one of the following should be uncommented
|
||||||
|
|
||||||
# For the master branch the following should be uncommented
|
# For the master branch the following should be uncommented
|
||||||
#%include fedora-repo-rawhide.ks
|
# %include fedora-repo-rawhide.ks
|
||||||
|
|
||||||
# For non-master branches the following should be uncommented
|
# For non-master branches the following should be uncommented
|
||||||
%include fedora-repo-not-rawhide.ks
|
%include fedora-repo-not-rawhide.ks
|
||||||
|
|||||||
@@ -61,7 +61,10 @@ julia
|
|||||||
julia-doc
|
julia-doc
|
||||||
julia-devel
|
julia-devel
|
||||||
|
|
||||||
python3-spyder
|
# FTI with Python 3.12:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2220598
|
||||||
|
# can be restored when that is fixed
|
||||||
|
#python3-spyder
|
||||||
python3-spyder-kernels
|
python3-spyder-kernels
|
||||||
|
|
||||||
|
|
||||||
@@ -133,7 +136,6 @@ tmux
|
|||||||
rlwrap
|
rlwrap
|
||||||
hexchat
|
hexchat
|
||||||
fig2ps
|
fig2ps
|
||||||
bibtex2html
|
|
||||||
hevea
|
hevea
|
||||||
|
|
||||||
#Include Mozilla Firefox
|
#Include Mozilla Firefox
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# fedora-server-vm-full.ks (rel. 1.01)
|
# fedora-server-vm-full.ks (rel. 1.02)
|
||||||
# Kickstart file to build a Fedora Server Edition VM disk image.
|
# Kickstart file to build a Fedora Server Edition VM disk image.
|
||||||
# The image aims to resemble as close as technically possible the
|
# The image aims to resemble as close as technically possible the
|
||||||
# full features of a Fedora Server Edition in a virtual machine.
|
# full features of a Fedora Server Edition in a virtual machine.
|
||||||
#
|
#
|
||||||
# The image uses GPT partition type as of default in Fedora 37
|
# The image uses GPT partition type as of default in Fedora 37.
|
||||||
#
|
#
|
||||||
# At first boot it opens a test based basic configuration screen.
|
# At first boot it opens a text mode basic configuration screen.
|
||||||
#
|
#
|
||||||
# This kickstart file is designed to be used with ImageFactory (in Koji).
|
# This kickstart file is designed to be used with ImageFactory (in Koji).
|
||||||
#
|
#
|
||||||
@@ -45,7 +45,6 @@ firewall --enabled --service=mdns
|
|||||||
|
|
||||||
|
|
||||||
# System services
|
# System services
|
||||||
# message: error enabling initial-setup, initial-setup does not exist
|
|
||||||
services --enabled="sshd,NetworkManager,chronyd,initial-setup"
|
services --enabled="sshd,NetworkManager,chronyd,initial-setup"
|
||||||
|
|
||||||
# Run the Setup Agent on first boot
|
# Run the Setup Agent on first boot
|
||||||
@@ -60,7 +59,7 @@ volgroup sysvg pv.007
|
|||||||
logvol / --vgname=sysvg --size=4000 --grow --maxsize=16000 --fstype=xfs --name=root --label=sysroot
|
logvol / --vgname=sysvg --size=4000 --grow --maxsize=16000 --fstype=xfs --name=root --label=sysroot
|
||||||
|
|
||||||
|
|
||||||
# Include URLs for network installation dynamically, dependent from Fedora release
|
# Include URLs for network installation dynamically, dependent on Fedora release
|
||||||
# and imagefactory runtime environment
|
# and imagefactory runtime environment
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -77,6 +76,9 @@ shutdown
|
|||||||
@headless-management
|
@headless-management
|
||||||
@standard
|
@standard
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
|
# container management is an optional install item on disk media.
|
||||||
|
# Install options not available with VMs. So we don't include it
|
||||||
|
# despite trying to resemble a DVD installation as close as possible.
|
||||||
##@container-management
|
##@container-management
|
||||||
@domain-client
|
@domain-client
|
||||||
@guest-agents
|
@guest-agents
|
||||||
@@ -172,6 +174,11 @@ touch /etc/machine-id
|
|||||||
##### begin custom post script (after base) #########################
|
##### begin custom post script (after base) #########################
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# When we build the image /var/log gets populated.
|
||||||
|
# Let's clean it up.
|
||||||
|
echo "Cleanup leftover in /var/log"
|
||||||
|
cd /var/log && find . -name \* -type f -delete
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
echo "Zeroing out empty space."
|
||||||
# Create zeros file with nodatacow and no compression
|
# Create zeros file with nodatacow and no compression
|
||||||
touch /var/tmp/zeros
|
touch /var/tmp/zeros
|
||||||
|
|||||||
@@ -65,6 +65,9 @@ livecd-tools
|
|||||||
-plymouth-system-theme
|
-plymouth-system-theme
|
||||||
-plymouth-theme-charge
|
-plymouth-theme-charge
|
||||||
|
|
||||||
|
# Install XFCE polkit
|
||||||
|
xfce-polkit
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|||||||
17
fedora-sway-common.ks
Normal file
17
fedora-sway-common.ks
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# fedora-livecd-sway.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the tiling window manager Sway
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Aleksei Bavshin <alebastr89@gmail.com>
|
||||||
|
# - Jiří Konečný <jkonecny@redhat.com>
|
||||||
|
# - Anthony Rabbito <hello@anthonyrabbito.com>
|
||||||
|
# - Fabio Alessandro Locati <me@fale.io>
|
||||||
|
|
||||||
|
%packages
|
||||||
|
fedora-release-sway
|
||||||
|
@^sway-desktop-environment
|
||||||
|
@firefox
|
||||||
|
@swaywm-extended
|
||||||
|
%end
|
||||||
@@ -26,7 +26,7 @@ imsettings
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /var/lib/livesys/livesys-session-extra << EOF
|
||||||
#### setting env and start ibus-deamon ####
|
#### setting env and start ibus-deamon ####
|
||||||
#mkdir /home/liveuser
|
#mkdir /home/liveuser
|
||||||
cat >> /home/liveuser/.bash_profile << FOE
|
cat >> /home/liveuser/.bash_profile << FOE
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ fas = [ "nonamedotc", "kevin", "maxamillion" ]
|
|||||||
maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
|
maintainers = [ "Mukundan Ragavan", "Kevin Fenzi", "Adam Miller" ]
|
||||||
|
|
||||||
[spins.kde.x86_64]
|
[spins.kde.x86_64]
|
||||||
fas = [ "rdieter", "svahl" ]
|
fas = [ "rdieter", "marcdeop", "ngompa" ]
|
||||||
maintainers = [ "Rex Dieter", "Sebastian Vahl" ]
|
maintainers = [ "Rex Dieter", "Marc Deop", "Neal Gompa" ]
|
||||||
|
|
||||||
[spins.cinnamon.x86_64]
|
[spins.cinnamon.x86_64]
|
||||||
fas = [ "grinnz" ]
|
fas = [ "grinnz" ]
|
||||||
@@ -32,7 +32,7 @@ fas = [ "chimosky", "aperezbios" ]
|
|||||||
maintainers = [ "Chihurumnaya Ibiam", "Alex Perez" ]
|
maintainers = [ "Chihurumnaya Ibiam", "Alex Perez" ]
|
||||||
[spins.soas.armhfp]
|
[spins.soas.armhfp]
|
||||||
fas = [ "chimosky", "aperezbios", ]
|
fas = [ "chimosky", "aperezbios", ]
|
||||||
maintainers = [ "Chihurumnaya Ibiam", "Alex Perez", ]
|
maintainers = [ "Chihurumnaya Ibiam", "Alex Perez" ]
|
||||||
|
|
||||||
[labs.astronomy_kde.x86_64]
|
[labs.astronomy_kde.x86_64]
|
||||||
fas = [ "lupinix" ]
|
fas = [ "lupinix" ]
|
||||||
@@ -81,3 +81,51 @@ maintainers = [ "Justin Flory", "Dan Čermák", "Nasir Hussain", "Odilon Junior"
|
|||||||
[eln]
|
[eln]
|
||||||
fas = [ "sgallagh", "tdawson", "asamalik" ]
|
fas = [ "sgallagh", "tdawson", "asamalik" ]
|
||||||
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
maintainers = [ "Stephen Gallagher", "Troy Dawson", "Adam Samalik" ]
|
||||||
|
|
||||||
|
[spins.budgie.x86_64]
|
||||||
|
fas = [ "joshstrobl" ]
|
||||||
|
maintainers = [ "Joshua Strobl" ]
|
||||||
|
|
||||||
|
[spins.sway.x86_64]
|
||||||
|
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||||
|
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||||
|
|
||||||
|
[silverblue.x86_64]
|
||||||
|
fas = [ "siosm", "tpopela" ]
|
||||||
|
maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
|
||||||
|
[silverblue.aarch64]
|
||||||
|
fas = [ "siosm", "tpopela" ]
|
||||||
|
maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
|
||||||
|
[silverblue.ppc64le]
|
||||||
|
fas = [ "siosm", "tpopela" ]
|
||||||
|
maintainers = [ "Timothée Ravier", "Tomáš Popela" ]
|
||||||
|
|
||||||
|
[kinoite.x86_64]
|
||||||
|
fas = [ "siosm" ]
|
||||||
|
maintainers = [ "Timothée Ravier" ]
|
||||||
|
[kinoite.aarch64]
|
||||||
|
fas = [ "siosm" ]
|
||||||
|
maintainers = [ "Timothée Ravier" ]
|
||||||
|
[kinoite.ppc64le]
|
||||||
|
fas = [ "siosm" ]
|
||||||
|
maintainers = [ "Timothée Ravier" ]
|
||||||
|
|
||||||
|
[sericea.x86_64]
|
||||||
|
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||||
|
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||||
|
[sericea.aarch64]
|
||||||
|
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||||
|
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||||
|
[sericea.ppc64le]
|
||||||
|
fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]
|
||||||
|
maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]
|
||||||
|
|
||||||
|
[onyx.x86_64]
|
||||||
|
fas = [ "joshstrobl" ]
|
||||||
|
maintainers = [ "Joshua Strobl" ]
|
||||||
|
[onyx.aarch64]
|
||||||
|
fas = [ "joshstrobl" ]
|
||||||
|
maintainers = [ "Joshua Strobl" ]
|
||||||
|
[onyx.ppc64le]
|
||||||
|
fas = [ "joshstrobl" ]
|
||||||
|
maintainers = [ "Joshua Strobl" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user