Add the --nombr bootloader option in pykickstart
commit33da19adb30590f64f8c83e50d4cab9db07d5f6f
authorGene Czarcinski <gczarcinski@ec.rr.com>
Wed, 17 Sep 2014 19:19:14 +0000 (17 15:19 -0400)
committerVratislav Podzimek <vpodzime@redhat.com>
Fri, 10 Oct 2014 07:56:57 +0000 (10 09:56 +0200)
tree340dd8d73936c253fd7aaec60dbe25365f318ea9
parent0839094db647b1102b068c03c9b9a996b4f1100a
Add the --nombr bootloader option in pykickstart

Besides being a boot-time option, add the --nombr option for kickstart's
bootloader command.  If specified, then grub2 will be installed
but the MBR will not be updated.

Related: rhbz#886502
pykickstart/commands/bootloader.py
tests/commands/bootloader.py