diff --git a/fedora-common.ks b/fedora-common.ks index aae51aa..5206dce 100644 --- a/fedora-common.ks +++ b/fedora-common.ks @@ -46,6 +46,8 @@ services --enabled systemd-networkd,systemd-resolved,ssh-host-certs-renew.timer, %post --erroronfail export NO_PROXY='pyrocufflink.blue,*.pyrocufflink.blue' +echo uninitialized > /etc/machine-id + echo 'install_weak_deps=0' >> /etc/dnf/dnf.conf echo 'deltarpm=0' >> /etc/dnf/dnf.conf echo '%_excludedocs 1' >> /etc/rpm/macros