2024-11-03 11:35:36 +00:00
|
|
|
image_type="fedora"
|
|
|
|
name="FedoraKDESpin41"
|
|
|
|
imgver="41-$(date '+%Y-%m-%d')"
|
|
|
|
zram="y"
|
|
|
|
|
2024-11-03 13:07:41 +00:00
|
|
|
pre_install()
|
|
|
|
{
|
|
|
|
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e kernel-modules-extra xl2tpd NetworkManager-l2tp plasma-nm-l2tp" || {
|
|
|
|
log "Failed to remove generic kernel and firmware" ierror
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
log "Removing initial setup" internal
|
|
|
|
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e anaconda-core anaconda-tui anaconda-gui anaconda-widgets initial-setup initial-setup-gui initial-setup-gui-wayland-plasma" || {
|
|
|
|
log "Failed to remove initial setup" ierror
|
|
|
|
return 1
|
|
|
|
}
|
|
|
|
}
|
2024-11-03 11:35:36 +00:00
|
|
|
|
|
|
|
base_system()
|
|
|
|
{
|
2024-11-03 11:46:14 +00:00
|
|
|
fetch_base_system "$imageroot" 41 1.4 Spins KDE
|
2024-11-03 11:35:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
packages=()
|
|
|
|
|
|
|
|
post_install=()
|