install dracut-config-generic on arm images to get a generic initramfs

remove it in %post so updates get host only initramfs's
This commit is contained in:
Dennis Gilmore 2013-10-16 21:58:04 -05:00
parent 9b3251521f
commit d22816d5ff
1 changed files with 6 additions and 0 deletions

View File

@ -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