Add the bootloader --disabled option for RHEL7 as well.
commit00d1b174ccd7b52e13e256c03d3def58c23efcdb
authorChris Lumens <clumens@redhat.com>
Fri, 14 Mar 2014 19:01:35 +0000 (14 15:01 -0400)
committerChris Lumens <clumens@redhat.com>
Thu, 28 Aug 2014 14:57:20 +0000 (28 10:57 -0400)
tree97c57e76180629812958aee01447892805522cf5
parent50464552a7f0fa041d476a63defe7c0ca447cf64
Add the bootloader --disabled option for RHEL7 as well.

If provided, this takes precedence over all other bootloader options.  In
anaconda, it is intended that this option completely skip all bootloader
operations - nothing should be installed to disk, and the bootloader package
should not even be installed.

Related: rhbz#1125409
pykickstart/commands/bootloader.py
pykickstart/handlers/rhel7.py
tests/commands/bootloader.py