Compare commits
No commits in common. "417c88cab86c128213066f989879608f8f78a56c" and "301a274a5ec15784f03566a79d273d1355dcfbde" have entirely different histories.
417c88cab8
...
301a274a5e
|
@ -1,26 +0,0 @@
|
|||
image_type="fedora"
|
||||
name="FedoraKDESpin41"
|
||||
imgver="41-$(date '+%Y-%m-%d')"
|
||||
zram="y"
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 41 1.4 Spins KDE
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install=()
|
|
@ -7,12 +7,9 @@ pre_install=()
|
|||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 40 1.14 Workstation Workstation
|
||||
fetch_base_system "$imageroot" 40 1.14 Workstation
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install()
|
||||
{
|
||||
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
|
||||
}
|
||||
post_install=()
|
||||
|
|
|
@ -7,12 +7,9 @@ pre_install=()
|
|||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 41 1.4 Workstation Workstation
|
||||
fetch_base_system "$imageroot" 41 1.4 Workstation
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install()
|
||||
{
|
||||
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
|
||||
}
|
||||
post_install=()
|
||||
|
|
Loading…
Reference in a new issue