Skip to content

Commit

Permalink
adapt also duplicite code in lilolike
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 24, 2015
1 parent f8355bb commit ddf1b23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/bootloader/routines/lilolike.rb
Expand Up @@ -78,6 +78,9 @@ def ConfigureLocation
# all these settings are stored in internal variables
def DetectDisks
need_location_reconfigure = BootStorage.detect_disks
# if already proposed, then empty location is intention of user
need_location_reconfigure = false if BootCommon.was_proposed

ConfigureLocation() if need_location_reconfigure
end

Expand Down

0 comments on commit ddf1b23

Please sign in to comment.