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:
parent
ae886ec191
commit
268349395d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user