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