Commit b69097f0 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Fixed slapos installation after second disk configuration

parent 1356c81c
......@@ -508,6 +508,8 @@ def prepare_from_scratch(config):
if not config.one_disk:
_call(['/etc/init.d/slapos_firstboot'])
_call(['zypper','--gpg-auto-import-keys','install','-fy','slapos.node'])
_call(['systemctl','stop','slapos-node.service'])
return_code = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment