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 32e066e039
commit 6aa8533f0e
1 changed files with 6 additions and 0 deletions

View File

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