Don't pull in grub-efi/grub2/efibootmgr by default (#743386)

Don't pull in grub-efi/grub2/efibootmgr by default; anaconda will
pull them in at install time when appropriate, and fedora-install-fedora.ks
will include them to make sure they're in the images correctly.
This commit is contained in:
Peter Jones 2011-10-06 17:18:58 -04:00 committed by Bill Nottingham
parent 1312ba75c6
commit c6c91710da
2 changed files with 0 additions and 4 deletions

View File

@ -756,8 +756,6 @@
<packagereq type="mandatory">util-linux</packagereq>
<packagereq type="mandatory">vim-minimal</packagereq>
<packagereq type="mandatory">yum</packagereq>
<packagereq type="default">efibootmgr</packagereq>
<packagereq type="default">grub2</packagereq>
<packagereq type="default">ppc64-utils</packagereq>
<packagereq type="default">s390utils</packagereq>
<packagereq type="default">sendmail</packagereq>

View File

@ -691,8 +691,6 @@
<packagereq type="mandatory">util-linux</packagereq>
<packagereq type="mandatory">vim-minimal</packagereq>
<packagereq type="mandatory">yum</packagereq>
<packagereq type="default">efibootmgr</packagereq>
<packagereq type="default">grub2</packagereq>
<packagereq type="default">ppc64-utils</packagereq>
<packagereq type="default">s390utils</packagereq>
<packagereq type="default">sendmail</packagereq>