On Thu, May 8, 2014 at 3:50 PM, Colin Walters <walters@verbum.org> wrote:
On Tue, Apr 22, 2014 at 12:33 PM, Gene Czarcinski <gene@czarc.net> wrote:
+ first_time = 0

This should be "False".

Er, really I mean it should be True, and invert the other conditionals obviously. 

But then again I'm still unsure why this is necessary given writeBootLoader has:
    storage.bootloader.default = default_image

and the other bootloader backends reference the "default" variable.