Compare commits
3 commits
301a274a5e
...
417c88cab8
Author | SHA1 | Date | |
---|---|---|---|
|
417c88cab8 | ||
|
e6b30c3e5a | ||
|
133c0e74d9 |
26
FedoraKDESpin41.lnibuild
Normal file
26
FedoraKDESpin41.lnibuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
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,9 +7,12 @@ pre_install=()
|
|||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 40 1.14 Workstation
|
||||
fetch_base_system "$imageroot" 40 1.14 Workstation Workstation
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install=()
|
||||
post_install()
|
||||
{
|
||||
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
|
||||
}
|
||||
|
|
|
@ -7,9 +7,12 @@ pre_install=()
|
|||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 41 1.4 Workstation
|
||||
fetch_base_system "$imageroot" 41 1.4 Workstation Workstation
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install=()
|
||||
post_install()
|
||||
{
|
||||
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue