Skip to content

Commit

Permalink
Move some initialization from autoinit to AutoinstGeneral
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 2, 2016
1 parent f5fbbf8 commit 21d9ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clients/inst_autoinit.rb
Expand Up @@ -200,9 +200,6 @@ def processProfile
Builtins.y2milestone("Initial Configuration")
Report.Import(Profile.current.fetch("report",{}))
AutoinstGeneral.Import(Profile.current.fetch("general",{}))
AutoinstGeneral.SetSignatureHandling
AutoinstGeneral.SetMultipathing
AutoinstGeneral.set_btrfs_default_subvolume_name

#
# Copy the control file for easy access by user to a pre-defined
Expand Down
4 changes: 4 additions & 0 deletions src/modules/AutoinstGeneral.rb
Expand Up @@ -187,6 +187,10 @@ def Import(settings)
@proposals = Ops.get_list(settings, "proposals", [])
@storage = Ops.get_map(settings, "storage", {})

SetSignatureHandling
SetMultipathing
set_btrfs_default_subvolume_name

true
end

Expand Down

0 comments on commit 21d9ec6

Please sign in to comment.