diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index f3ee21f..58ea91f 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -30,6 +30,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 @@ -51,5 +54,8 @@ echo "Disabling tmpfs for /tmp." systemctl mask tmp.mount /usr/sbin/a-b-c + +yum -y remove dracut-config-generic + %end