19 lines
304 B
Plaintext
19 lines
304 B
Plaintext
image_type="fedora"
|
|
name="FedoraWorkstation40"
|
|
imgver="40-$(date '+%Y-%m-%d')"
|
|
zram="y"
|
|
|
|
pre_install=()
|
|
|
|
base_system()
|
|
{
|
|
fetch_base_system "$imageroot" 40 1.14 Workstation Workstation
|
|
}
|
|
|
|
packages=()
|
|
|
|
post_install()
|
|
{
|
|
chroot "$imageroot" /usr/bin/bash -c "rpm --noscripts -e gnome-initial-setup"
|
|
}
|