1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

F OpenNebula/one#6257: Enable sshd in opensuse (#2657)

(cherry picked from commit 9465673c4e31a4bf3f645a7eef6975914a8535bb)
This commit is contained in:
Daniel Clavijo Coca 2023-07-03 08:19:29 -06:00 committed by Tino Vázquez
parent ae886ec191
commit 268349395d
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -272,6 +272,8 @@ zypper ref >> /var/log/chroot.log 2>&1
zypper install -ny $PKG_SUSE >> /var/log/chroot.log 2>&1
systemctl enable sshd >> /var/log/chroot.log 2>&1
$CURL $CONTEXT_URL/v$selected_tag/one-context-$selected_tag-1.suse.noarch.rpm -Lfo /root/context.rpm >> /var/log/chroot.log 2>&1
zypper install -ny --allow-unsigned-rpm /root/context.rpm >> /var/log/chroot.log 2>&1
rm /root/context.rpm