lnibuilds/FedoraWorkstation41.lnibuild

19 lines
303 B
Plaintext
Raw Normal View History

2024-11-03 09:44:09 +00:00
image_type="fedora"
2024-11-03 09:45:37 +00:00
name="FedoraWorkstation41"
2024-11-03 09:44:09 +00:00
imgver="41-$(date '+%Y-%m-%d')"
zram="y"
pre_install=()
base_system()
{
2024-11-03 11:46:14 +00:00
fetch_base_system "$imageroot" 41 1.4 Workstation Workstation
2024-11-03 09:44:09 +00:00
}
packages=()
2024-11-03 13:07:41 +00:00
post_install()
{
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
}