diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 42a3241..99b5ad3 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -32,6 +32,9 @@ initial-setup #lets resize / on first boot dracut-modules-growroot +# remove this in %post +dracut-config-generic + # install uboot images uboot-beagle uboot-beaglebone @@ -53,5 +56,8 @@ echo "Disabling tmpfs for /tmp." systemctl mask tmp.mount /usr/sbin/a-b-c + +yum -y remove dracut-config-generic + %end