Skip to content

Commit

Permalink
registry but not install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-CAO committed Oct 17, 2024
1 parent 2c61bc7 commit 8f4c48a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<suse_register>
<do_registration config:type="boolean">false</do_registration>
<do_registration config:type="boolean">true</do_registration>
<reg_server><%= defined $bmwqemu::vars{"HOST_SCC_URL"} ? $bmwqemu::vars{"HOST_SCC_URL"} : "" %></reg_server>
<reg_code>{{SCC_REGCODE}}</reg_code>
<install_updates config:type="boolean">true</install_updates>
<install_updates config:type="boolean">false</install_updates>
% if (keys %$addons) {
<addons config:type="list">
% while (my ($key, $addon) = each (%$addons)) {
Expand Down

0 comments on commit 8f4c48a

Please sign in to comment.