Merge branch 'f23' of ssh://git.fedorahosted.org/git/spin-kickstarts into f23

This commit is contained in:
Luya Tshimbalanga 2015-10-18 09:33:07 -07:00
commit 7e607ce0f3
1 changed files with 9 additions and 2 deletions

View File

@ -67,10 +67,14 @@ kernel-core
# Some things from @core we can do without in a minimal install # Some things from @core we can do without in a minimal install
-biosdevname -biosdevname
-plymouth # Need to also add back plymouth in order to mask failure of
# systemd-vconsole-setup.service. BZ#1272684. Comment out for now
#-plymouth
-NetworkManager -NetworkManager
-iprutils -iprutils
-kbd # Now that BZ#1199868 is fixed kbd really gets removed but it breaks
# systemd-vconsole-setup.service on boot. Comment out for now
#-kbd
-uboot-tools -uboot-tools
-kernel -kernel
@ -240,5 +244,8 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
rm -f /var/tmp/zeros rm -f /var/tmp/zeros
echo "(Don't worry -- that out-of-space error was expected.)" echo "(Don't worry -- that out-of-space error was expected.)"
# For trac ticket https://fedorahosted.org/cloud/ticket/128
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
%end %end