Skip to content

Commit

Permalink
allowing a semi-automatic installation of scc
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Aug 18, 2014
1 parent 9ee15c3 commit 4419063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/autoyast-rnc/general.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ask_pathlist = element pathlist {
}

semi-automatic = element semi-automatic { LIST, semi-automatic-modules* }
semi-automatic-modules = element module { "networking" | "partitioning" }
semi-automatic-modules = element module { "networking" | "partitioning" | "scc" }

minimal-configuration = element minimal-configuration { BOOLEAN }

Expand Down
5 changes: 4 additions & 1 deletion src/clients/inst_autosetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main
_("Setting up language..."),
_("Creating partition plans..."),
_("Configuring Bootloader..."),
_("Registering to SCC..."),
_("Registering to SUSE Customer Center..."),
_("Configuring Software selections..."),
_("Configuring Systemd Default Target...")
]
Expand Down Expand Up @@ -302,6 +302,9 @@ def main
"scc_auto",
["Write"]
)
elsif semiauto_network = general_section["semi-automatic"] &&
general_section["semi-automatic"].include?("scc")
Call.Function("inst_scc", ["enable_next" => true])
end

# Software
Expand Down

0 comments on commit 4419063

Please sign in to comment.