Skip to content
  • Ray Strode's avatar
    manager: fix build with --without-plymouth · e8f11816
    Ray Strode authored
    commit 80b46e2b accidentally put the
    `doing_initial_setup` boolean declaration inside
    a plymouth-enabled code path.
    
    That broke the build for non-plymouth users.
    
    This commit moves the declaration and the subsequent
    initialization to unconditionalized code.
    e8f11816