lnibuilds/FedoraWorkstation40.lnibuild

19 lines
304 B
Plaintext
Raw Normal View History

2024-11-02 19:42:56 +00:00
image_type="fedora"
2024-11-03 09:45:37 +00:00
name="FedoraWorkstation40"
2024-11-02 19:42:56 +00:00
imgver="40-$(date '+%Y-%m-%d')"
zram="y"
pre_install=()
base_system()
{
2024-11-03 11:46:14 +00:00
fetch_base_system "$imageroot" 40 1.14 Workstation Workstation
2024-11-02 19:42:56 +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"
}