Set bootloader location constructor default value to "none" (#916529)
commit69282b68997c105717e0bf6c087f081b179fbd6c
authormulhern <amulhern@redhat.com>
Wed, 30 Oct 2013 16:22:47 +0000 (30 12:22 -0400)
committermulhern <amulhern@redhat.com>
Wed, 30 Oct 2013 16:22:47 +0000 (30 12:22 -0400)
tree0af2760c91e12a613c5d80e59cae11c795108c01
parent16470092a4c2a5f7e079fd71c6d899068224ffd4
Set bootloader location constructor default value to "none" (#916529)

Related: rhbz#916529

Bootloader location default set in constructor was previously "", which
is not one of the allowed choices; client code
is not likely to expect or check for this value.

There is a possiblity that some client code somewhere uses
bootloader.location=="" as a proxy for not bootloader.seen, in which case
it will break after this change.

Signed-off-by: mulhern <amulhern@redhat.com>
pykickstart/commands/bootloader.py