kickstarts/Rocky-9-KDE.ks

214 lines
4.9 KiB
Plaintext
Raw Normal View History

2024-02-15 03:40:30 +00:00
# Generated by pykickstart v3.48
2021-07-02 23:21:36 +00:00
#version=DEVEL
2024-02-15 03:40:30 +00:00
# Firewall configuration
firewall --enabled --service=mdns
2021-07-02 23:21:36 +00:00
# Keyboard layouts
keyboard 'us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=dhcp --device=link --activate
2024-02-15 03:40:30 +00:00
# Shutdown after installation
shutdown
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/ --cost=200
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/$basearch/os/ --cost=200
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9/CRB/$basearch/os/ --cost=200
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9/extras/$basearch/os --cost=200
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/ --cost=200
2024-02-15 03:40:30 +00:00
# Root password
rootpw --iscrypted --lock locked
2021-07-02 23:21:36 +00:00
# SELinux configuration
selinux --enforcing
# System services
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
2024-02-15 03:40:30 +00:00
# System timezone
timezone US/Eastern
# Use network installation
url --url="http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/"
2024-02-15 03:40:30 +00:00
# X Window System configuration information
xconfig --startxonboot
2021-07-02 23:21:36 +00:00
# System bootloader configuration
bootloader --location=none
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all
# Disk partitioning information
part / --fstype="ext4" --size=5120
2023-12-17 23:32:09 +00:00
part / --size=9000
2021-07-02 23:21:36 +00:00
%post
systemctl enable livesys.service
systemctl enable livesys-late.service
2021-07-02 23:21:36 +00:00
# Enable tmpfs for /tmp - this is a good idea
systemctl enable tmp.mount
# make it so that we don't do writing to the overlay for things which
# are just tmpdirs/caches
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
cat >> /etc/fstab << EOF
vartmp /var/tmp tmpfs defaults 0 0
EOF
# PackageKit likes to play games. Let's fix that.
rm -f /var/lib/rpm/__db*
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
basearch=$(uname -i)
2023-11-16 17:10:10 +00:00
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
2021-07-02 23:21:36 +00:00
echo "Packages within this LiveCD"
rpm -qa
# Note that running rpm recreates the rpm db files which aren't needed or wanted
rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
# make sure there aren't core files lying around
rm -f /core*
# remove random seed, the newly installed instance should make it's own
rm -f /var/lib/systemd/random-seed
# convince readahead not to collect
# FIXME: for systemd
echo 'File created by kickstart. See systemd-update-done.service(8).' \
| tee /etc/.updated >/var/.updated
# Drop the rescue kernel and initramfs, we don't need them on the live media itself.
# See bug 1317709
rm -f /boot/*-rescue*
# Disable network service here, as doing it in the services line
# fails due to RHBZ #1369794 - the error is expected
systemctl disable network
2021-07-02 23:21:36 +00:00
# Remove machine-id on generated images
rm -f /etc/machine-id
touch /etc/machine-id
2024-02-15 16:54:17 +00:00
# relabel
2024-02-15 17:59:12 +00:00
/usr/sbin/restorecon -RF /
2024-02-15 16:54:17 +00:00
2022-06-30 02:31:05 +00:00
%end
2024-02-15 03:57:54 +00:00
%post --nochroot
# only works on x86_64
if [ "unknown" = "i386" -o "unknown" = "x86_64" ]; then
# For livecd-creator builds. livemedia-creator is fine.
if [ ! -d /LiveOS ]; then mkdir -p /LiveOS ; fi
cp /usr/bin/livecd-iso-to-disk /LiveOS
fi
%end
2022-06-30 02:31:05 +00:00
%post
2024-02-15 03:40:30 +00:00
sed -i 's/^livesys_session=.*/livesys_session="kde"/' /etc/sysconfig/livesys
2022-06-30 02:31:05 +00:00
# set default GTK+ theme for root (see #683855, #689070, #808062)
2021-07-02 23:21:36 +00:00
cat > /root/.gtkrc-2.0 << EOF
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
include "/etc/gtk-2.0/gtkrc"
gtk-theme-name="Adwaita"
EOF
mkdir -p /root/.config/gtk-3.0
cat > /root/.config/gtk-3.0/settings.ini << EOF
[Settings]
gtk-theme-name = Adwaita
EOF
2023-11-16 17:10:10 +00:00
rm -f /usr/share/wallpapers/Fedora
ln -s rocky-abstract-2 /usr/share/wallpapers/Fedora
2022-05-15 15:43:03 +00:00
systemctl enable --force sddm.service
2022-05-26 16:48:43 +00:00
dnf config-manager --set-enabled crb
2021-07-02 23:21:36 +00:00
2023-11-16 23:59:47 +00:00
cat > /etc/sddm.conf.d/theme.conf <<THEMEEOF
[Theme]
Current=breeze
THEMEEOF
2021-07-02 23:21:36 +00:00
%end
%packages
@^kde-desktop-environment
@anaconda-tools
@base-x
@core
@dial-up
@firefox
@fonts
@guest-desktop-agents
@hardware-support
@kde-apps
@kde-media
@multimedia
@standard
aajohan-comfortaa-fonts
anaconda
anaconda-install-env-deps
anaconda-live
chkconfig
dracut-live
2024-02-15 03:40:30 +00:00
efi-filesystem
efibootmgr
efivar-libs
2021-07-02 23:21:36 +00:00
epel-release
fuse
2024-02-15 03:40:30 +00:00
gjs
2021-07-02 23:21:36 +00:00
glibc-all-langpacks
2024-02-15 03:40:30 +00:00
grub2-common
grub2-efi-*64
grub2-efi-*64-cdboot
grub2-pc-modules
grub2-tools
grub2-tools-efi
grub2-tools-extra
grub2-tools-minimal
grubby
2021-07-02 23:21:36 +00:00
initscripts
kernel
kernel-modules
kernel-modules-extra
libreoffice-calc
libreoffice-emailmerge
libreoffice-graphicfilter
libreoffice-impress
libreoffice-writer
livesys-scripts
2021-07-02 23:21:36 +00:00
mariadb-connector-c
mariadb-embedded
mariadb-server
memtest86+
2024-02-15 03:40:30 +00:00
rocky-backgrounds-kde
2021-07-02 23:21:36 +00:00
sddm
2022-05-15 17:19:26 +00:00
sddm-breeze
sddm-kcm
2022-06-30 02:31:05 +00:00
sddm-themes
2022-07-11 23:40:55 +00:00
shim-*64
2024-02-15 03:40:30 +00:00
syslinux
2021-07-02 23:21:36 +00:00
-@admin-tools
-@input-methods
-desktop-backgrounds-basic
-digikam
-gnome-disk-utility
-hplip
-iok
-isdn4k-utils
-k3b
-kdeaccessibility*
-kipi-plugins
-krusader
-ktorrent
-mpage
-scim*
2024-02-15 03:40:30 +00:00
-shim-unsigned-*64
2021-07-02 23:21:36 +00:00
-system-config-printer
-system-config-services
-system-config-users
-xsane
-xsane-gimp
%end